Source code

Revision control

Copy as Markdown

Other Tools

//error: non-async message `NormalPrio' cannot specify [ReplyPriority]
[ChildProc=any]
sync protocol SyncPrio
{
child:
[ReplyPriority=normal] sync NormalPrio() returns (bool aValue);
};