-
Is there a set of functions that is permissible to be called from within an active message handler? Lines 620 to 623 in 2c81364 ucp_worker_progress , but are there any other?
What about concurrent accesses when the worker is initialized with I am asking since I just encountered a scenario where I called |
Beta Was this translation helpful? Give feedback.
Answered by
yosefe
Feb 28, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shamisp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UCX_THREAD_MODE_MULTI
it's safe to callucp_worker_progress
from multiple threads