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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Since the implementation of the JS library is done in Go (https://github.com/kless/go2js/blob/master/jslib/lib.go) I'll try do it on it, with your help and knowledge about callbacks in JS, to try that it can be done a line-to-line translataion.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I also thought about go to js translator, pretty awesome idea.
What about this kind of channels/gorountines implementation:
And example of use:
This in this code channels have capacity equal to 1, but can be easily tuned to support buffered channels.
The text was updated successfully, but these errors were encountered: