summary refs log tree commit diff stats
path: root/lib/genode_cpp/signals.h
Commit message (Collapse)AuthorAgeFilesLines
* Genode: add scheduleCallbacks to asyncdispatch (#20708)ehmry2022-10-311-0/+39
* 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.