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
This package is meant to be compatible with Julia's lightweight threads (where it is not strictly necessary) and true multithreaded Julia, in order to facilitate unified codebases that support future thread-safety.
This statement is not currently achievable: Threads.Mutex is not compatible with Julia's lightweight task system and Condition / wait / async / schedule are not compatible with multithreading.
The text was updated successfully, but these errors were encountered:
This statement is not currently achievable:
Threads.Mutex
is not compatible with Julia's lightweight task system andCondition
/wait
/async
/schedule
are not compatible with multithreading.The text was updated successfully, but these errors were encountered: