Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement a callback interface for Python functions #18

Open
shoaibkamil opened this issue Sep 21, 2011 · 0 comments
Open

Implement a callback interface for Python functions #18

shoaibkamil opened this issue Sep 21, 2011 · 0 comments
Labels

Comments

@shoaibkamil
Copy link
Owner

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).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant