Source code

Revision control

Copy as Markdown

Other Tools

[ChildProc=any]
protocol PthreeDirections {
// sanity check that the three direction specifiers are being accepted
child:
async ChildMsg();
parent:
async ParentMsg();
both:
async BothMsg();
};