Source code

Revision control

Copy as Markdown

Other Tools

//error: Toplevel protocols must specify [ChildProc]
protocol PMissingProc {
parent:
async Msg();
};