Skip to content
/ coevt Public

Asynchronous IO, without callbacks, simulating goroutine and go channel.

License

Notifications You must be signed in to change notification settings

ljie-PI/coevt

Repository files navigation

coevt

Asynchronous IO, without callbacks

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published