Source code

Revision control

Copy as Markdown

Other Tools

include protocol PDelete;
sync protocol PDeleteSub {
manager PDelete;
parent:
async __delete__(int x);
};