summary refs log tree commit diff stats
path: root/lib/genode/entrypoints.nim
Commit message (Collapse)AuthorAgeFilesLines
* Genode: add scheduleCallbacks to asyncdispatch (#20708)ehmry2022-10-311-0/+22
* Genode: add native signal handler * Genode: add scheduleCallbacks to asyncdispatch This resolves some awkwardness where an RPC server may or may not use callSoon while dispatching RPC but without scheduling timers or I/O.