-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support creating, getting and putting to native Go channels #23
Comments
Comment by trotterdylan Thanks for the interest in the project! The normal Python threading libraries are based on goroutines. So for example, this will implicitly start a goroutine:
|
Comment by trotterdylan Channels will be exposed implicitly as Queue objects. They will also be directly usable as native Go objects, but that work has not yet been done. Reopening this to capture that work. |
Comment by toadzhou very good project! Sustained attention |
Comment by trotterdylan @toadzhou I think that's a different issue. Can you file a different issue? It would be useful to see the output of |
Comment by meadori I would like to take a stab at implementing |
Comment by trotterdylan It's not being worked on to my knowledge.
|
Comment by choleraehyq I don't think implementing How do you think about refactoring |
google#96 opened by @mattseh on 12 Jan 2017
Hi,
Very cool project.
I grepped the code, but couldn't find a mention of channels or goroutines.
Are they available, either directly or via the python stdlib?
Thanks
The text was updated successfully, but these errors were encountered: