Hello,
Does ub_resolve_async() run its callback on the same thread as ub_resolve_async() was called on?
Thank you!
cheers,
-Felipe Gasper
Hello,
Does ub_resolve_async() run its callback on the same thread as ub_resolve_async() was called on?
Thank you!
cheers,
-Felipe Gasper
Hello!
Does ub_resolve_async() run its callback on the same thread as
ub_resolve_async() was called on?
It depends: The callback will be executed on the thread where ub_process
will be called on (explicitly or implicit ia ub_wait). If this is the
same thread as ub_resolve_async was called on, then yes it is on the
same thread.
Hope that helps.
Kind regards
Moritz Schneider