Sebastian Waisbrot

Results 15 issues of Sebastian Waisbrot

Future has an OK value and an Error value, returning a Result in a Future smells wrong. I think you should use `and_then` instead of `map` when the operation may...

Hi! Thanks for the library. I'm trying to use it on a project, but I'm having a really hard time writing unit tests for my listener implementation because I need...

The documentation now explains the guarantees it should cover.

It currently receives an `int` timeout in milliseconds. We now have a better way to represent timeouts. I can implement this if we agree it is better.

I was writing a test for `tcp_maximize_sndbuf` and it was easy on OS X, but it's current implementation makes no sense on Linux (Ubuntu). The implementation does a binary search...