doc: tweaks for updated Genode Foundations book

This commit is contained in:
Norman Feske
2020-05-20 16:40:17 +02:00
committed by Christian Helmuth
parent 7c20ba84e4
commit ab8ef5750d
7 changed files with 68 additions and 9 deletions

View File

@ -57,6 +57,9 @@ struct Genode::Cpu_thread : Interface
/**
* Cancel a currently blocking operation
*
* \deprecated
* \noapi
*/
virtual void cancel_blocking() = 0;