/coevt

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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.