You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
I would like to be able to have my custom join() function called when the thread context tries to be destroyed. Currently this isn't possible because pthreads_join is called directly, without giving the user chance to react to it.
Environment
Summary
I would like to be able to have my custom
join()
function called when the thread context tries to be destroyed. Currently this isn't possible because pthreads_join is called directly, without giving the user chance to react to it.Reproducing Code
Desired output
Actual Output
Nothing - the script just hangs at the
unset()
call as pthreads tries to fruitlessly join it.The text was updated successfully, but these errors were encountered: