Source code

Revision control

Copy as Markdown

Other Tools

include protocol Pmaybe_OfActorsSub;
[ChildProc=any]
protocol Pmaybe_OfActors {
manages Pmaybe_OfActorsSub;
child:
async Msg(Pmaybe_OfActorsSub? p);
async Pmaybe_OfActorsSub();
};