coio-rs icon indicating copy to clipboard operation
coio-rs copied to clipboard

Support timeouts for I/O operations

Open zonyitoo opened this issue 8 years ago • 0 comments

All I/O operations needs to support a timeout parameters, including read_timeout and write_timeout. This issue was related to #24 and I have implemented an experimental version in branch experimental-io_timeout.

But because of #22 , we may got a new implementation of runtime. So this issue will be solved after the main part of new designed runtime is settle down.

zonyitoo avatar Jan 30 '16 18:01 zonyitoo