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
The example echo_server.c shows how to use it. The functions with prefix ce_ are provided by this library.
The example echo_server_1.c uses channel mechanism to pass messages between two coroutines.
About
Asynchronous IO, without callbacks, simulating goroutine and go channel.