go9p icon indicating copy to clipboard operation
go9p copied to clipboard

go9p/fs: implement the SrvCtx interface, make streams context aware.

Open knusbaum opened this issue 6 years ago • 0 comments

After #4 is done, the fs.FS should implement the SrvCtx interface.

Streams and Files should also be context-aware, so asynchronous reads and other operations can be successfully cancelled by a client or by connection drop.

knusbaum avatar Apr 19 '20 17:04 knusbaum