-
Notifications
You must be signed in to change notification settings - Fork 18
Support creating, getting and putting to native Go channels #23
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
Comments
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:
|
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. |
very good project! Sustained attention |
@toadzhou I think that's a different issue. Can you file a different issue? It would be useful to see the output of |
I would like to take a stab at implementing |
It's not being worked on to my knowledge.
|
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: