Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 249 Bytes

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.