mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
Revised API documentation
This patch curates the API documentation to become suitable for the functional specificaton, which is partially generated from the header files.
This commit is contained in:
committed by
Christian Helmuth
parent
7441df33c9
commit
eaac3cc1bd
@ -27,7 +27,7 @@ namespace Genode { struct Signal_source; }
|
||||
/**
|
||||
* Blocking part of the signal-session interface
|
||||
*
|
||||
* The blocking 'wait_for_signal()' function cannot be part of the
|
||||
* The blocking 'wait_for_signal()' operation cannot be part of the
|
||||
* signal-session interface because otherwise, context allocations or
|
||||
* signal submissions would not be possible while blocking for signals.
|
||||
* Therefore, the blocking part is implemented a separate interface,
|
||||
|
Reference in New Issue
Block a user