go9p
go9p copied to clipboard
go9p: add a version of Srv that takes a context with the fcalls.
Right now the Srv
methods take the fcall and the conn. We should add a version that accepts a context.Context
as well, so clients can pick up on cancelling and other context functionality.