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
Unlike the run_until APIs, hooks run in the same thread as the application and therefore have better performance characteristics (no futex!). It would be nice to be able to use the same p.callable(...) API to construct a callable function that works from hooks.
The text was updated successfully, but these errors were encountered:
Unlike the run_until APIs, hooks run in the same thread as the application and therefore have better performance characteristics (no futex!). It would be nice to be able to use the same p.callable(...) API to construct a callable function that works from hooks.
The text was updated successfully, but these errors were encountered: