Commit c09a1bc3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9e3cb905
......@@ -307,14 +307,6 @@ func (zl *zLink) reply(msgid int64, res interface{}) (err error) {
return zl.sendPkt(pkb)
}
/*
// RegisterMethod registers f to be called when remote XXX
// FIXME -> provide methodTable to dial, so that it is available right from start without any race
func (zl *zLink) RegisterMethod(method string, f func(arg interface{})) {
// XXX only "async" (without reply)
// XXX
}
*/
// ---- raw IO ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment