Source code

Revision control

Copy as Markdown

Other Tools

[ChildProc=any]
sync protocol PsyncProtocol {
// sanity check of sync protocols
child:
async AsyncMsg();
parent:
sync SyncMsg() returns (int i);
};