go-capnp icon indicating copy to clipboard operation
go-capnp copied to clipboard

Rename server.Ack() -> server.Go()

Open zenhack opened this issue 2 years ago • 0 comments

This came up when @lthibault and I were discussing flow control; .Ack() is confusing in that it's not sending an acknowledgement or anything like it; rather, it spawns a goroutine to handle further calls. Before we stabilize the API I'd like to change it to a better name. Louis suggested .Go(), which I like.

zenhack avatar Aug 12 '22 20:08 zenhack