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
If specializers need to call back into Python, we should provide a standard interface that does it in a serialized manner. The idea is that, when entering the C++ world, a thread gets spawned off and all that thread does is watch a global queue for requests; other threads can put things on that queue and read the returned values from another queue.
Est time: O(1-3 weeks).
The text was updated successfully, but these errors were encountered:
If specializers need to call back into Python, we should provide a standard interface that does it in a serialized manner. The idea is that, when entering the C++ world, a thread gets spawned off and all that thread does is watch a global queue for requests; other threads can put things on that queue and read the returned values from another queue.
Est time: O(1-3 weeks).
The text was updated successfully, but these errors were encountered: