shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: purgatorio/module/styxflush.m

View raw version
Styxflush: module {
	PATH: con "/dis/lib/styxflush.dis";
	Einterrupted: con "interrupted";
	init: fn();
	tmsg: fn(m: ref Styx->Tmsg, flushc: chan of (int, chan of int), reply: chan of ref Styx->Rmsg): (int, ref Styx->Rmsg);
	rmsg: fn(m: ref Styx->Rmsg): int;
};