Skip to content
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

TODO: Implement channels #7

Open
natefinch opened this issue Dec 7, 2018 · 0 comments
Open

TODO: Implement channels #7

natefinch opened this issue Dec 7, 2018 · 0 comments
Labels
TODO stuff to be done

Comments

@natefinch
Copy link
Collaborator

shouldn't be hard, but need to work out the best ergonomics from python. Probably ch.send(foo) and ch.recv(foo) .... but possibly could implement <- operator support? I haven't looked into that much yet.

@natefinch natefinch added the TODO stuff to be done label Dec 7, 2018
chasehensel added a commit to chasehensel/starlight that referenced this issue Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO stuff to be done
Projects
None yet
Development

No branches or pull requests

1 participant