mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-05 06:53:06 +00:00
1.2 KiB
1.2 KiB
Examples
Examples are available in the docs/examples/ folder.
Basic concepts
- cancellation - Cancellation primer
- timeoutsimple - Simple timeouts
- timeoutcomposed - Shared timeout of multiple tasks
Threads
- signalling - Cross-thread signalling
TCP
- tcpserver - Simple TCP/IP v4/v6 echo server
HTTP
- httpget - Downloading a web page using the http client
- twogets - Download two pages concurrently
- middleware - Deploy multiple HTTP server middlewares