Carl Lerche

Results 156 issues of Carl Lerche

Originally from #9 This behavior is due to the tolerance of a timeout being set to the tick duration. I'm not sure what the best fix for this is. One...

Attempt stressing the timer

Currently, timeouts are assumed that they can't fail, however there are a few cases to handle. - [ ] The timer has reached capacity. - [ ] The channel has...

Currently, there is no way for a service implementation to signal that it is "closed". For a client, this means that the remote has terminated the socket. For a server,...

0.2-blocker

Decide what to do about #11.

0.2-blocker

A good chunk of this file is to just "map" a service: https://github.com/tokio-rs/tokio-line/blob/c9295fe73847fc31243ee7f7ed86e0bf6a843594/src/service.rs#L62