Source code

Revision control

Copy as Markdown

Other Tools

include protocol PmanageSelf;
[ChildProc=any]
protocol PmanageSelf_Toplevel {
manages PmanageSelf;
child:
async PmanageSelf();
async __delete__();
};