mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-23 07:43:09 +00:00
* new mdbook version with built-in Nim highlighting support * describe examples in a dedicated page * fixes
970 B
970 B
Examples
Examples are available in the docs/examples/ folder.
Basic concepts
- cancellation - Cancellation primer
- timeoutsimple - Simple timeouts
- timeoutcomposed - Shared timeout of multiple tasks
TCP
- tcpserver - Simple TCP/IP v4/v6 echo server