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
It implements Send and Sync, but allows use of non-Send non-Sync callback functions. This can be used to create a data race in safe Rust code. CallbackFunc should be defined as:
It implements
Send
andSync
, but allows use of non-Send
non-Sync
callback functions. This can be used to create a data race in safe Rust code.CallbackFunc
should be defined as:The text was updated successfully, but these errors were encountered: