code: 9ferno

ref: fa18daa2f56b306b151781523e877bd07d62f799
dir: /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;
};