async-std
async-std copied to clipboard
Async version of the Rust standard library
This is a proof of concept for supporting types from `async_std` to be used with Serde. For now I have only implemented support for PathBuf, but if you like this,...
- `connect_timeout` - `take_error` Ref #499
This has to be considered a draft. The 2 major changes are: 1) Move the client to use 2 concurrent tasks and selecting on them for any errors. The tasks...
Currently everything is breaking. I am still trying to figure out the type. I guess that `peek` should return a Future `pub fn peak(&mut self) -> &PeekFuture` ref #129
The select! in client_writer() uses fuse(), but the final change to the broker currently doesn't and won't compile.
I think `set_nonblocking()` function is missing.
I keep going to this chapter in all excitement only to be completely disappointed. :(
When we are trying to spawn a memory costy task with async-std `async_std::task::spawn(some_future())` It throws `thread 'async-std/runtime' has overflowed its stack` Although we can solve this problem with the following...
### System details OS: MacOs Big Sur beta 5 CPU: 2,3 ghz 4cores intel i5 RAM 8GB 2133 MHz LPDDR3 Graphics Intel Iris Plus Graphics 655 1536 MB async-std: 1.6.3...