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
Could you create a git repo on Github that we can clone that has a basic server that does some async I/O with this lib? Example git repos that people can clone are super nice because you can get up and running very quickly and you don't need to run some scaffolding tool from the command line.
I come from the land of Node.js and am looking to try out OCaml...because OCaml has the GIL, introducing the async I/O paradigm would be really cool, where Libuv can provide the event loop, threads, and async routines, etc.
The text was updated successfully, but these errors were encountered:
Questions/suggestions:
Is this lib alpha beta or ready to go?
Could you create a git repo on Github that we can clone that has a basic server that does some async I/O with this lib? Example git repos that people can clone are super nice because you can get up and running very quickly and you don't need to run some scaffolding tool from the command line.
I come from the land of Node.js and am looking to try out OCaml...because OCaml has the GIL, introducing the async I/O paradigm would be really cool, where Libuv can provide the event loop, threads, and async routines, etc.
The text was updated successfully, but these errors were encountered: