Source code

Revision control

Copy as Markdown

Other Tools

[ChildProc=any]
protocol PLazySend {
child:
[LazySend] async foo();
parent:
[LazySend] async bar() returns (bool baz);
};