mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
13 lines
171 B
Cap'n Proto
13 lines
171 B
Cap'n Proto
|
@0x85894bd060182ed3;
|
||
|
|
||
|
interface Receiver(T) {
|
||
|
send @0 (chunk :T) -> stream;
|
||
|
done @1 ();
|
||
|
}
|
||
|
|
||
|
interface Sender {
|
||
|
pause @0 ();
|
||
|
resume @1 ();
|
||
|
stop @2 ();
|
||
|
}
|