Y
Hacker News
new
|
ask
|
show
|
jobs
by
miguel_martin
172 days ago
See also: Nim's std/selectors API -
https://nim-lang.org/docs/selectors.html
, it supports: "Supported features: files, sockets, pipes, timers, processes, signals and user events." - here's a HTTP server event loop using it:
https://github.com/guzba/mummy/blob/master/src/mummy.nim#L11...