2 releases

0.1.1 Nov 15, 2023
0.1.0 May 16, 2023

#922 in Asynchronous

Download history 33/week @ 2023-12-04 64/week @ 2023-12-11 69/week @ 2023-12-18 28/week @ 2023-12-25 20/week @ 2024-01-01 42/week @ 2024-01-08 16/week @ 2024-01-15 35/week @ 2024-01-22 66/week @ 2024-01-29 42/week @ 2024-02-05 91/week @ 2024-02-12 71/week @ 2024-02-19 149/week @ 2024-02-26 39/week @ 2024-03-04 37/week @ 2024-03-11 50/week @ 2024-03-18

284 downloads per month
Used in 7 crates (3 directly)

MIT/Apache

20KB
465 lines

Monoio IO Wrapper

An io wrapper to bind std io and monoio async io.

|=== |Return |do_io |read / write

.2+|SafeIO .2+| Current async r/w result | 1. WouldBlock: Empty(r) or Full(w) and need calling do_io |2. Other: success io or last do_io error

.2+|UnsafeIO | 1. WouldBlock: Not capture mem block info, need calling read / write | 1. WouldBlock: mem block info is captured and need calling do_io |2. Other: current async r/w result | 2. Other: success io or last do_io error

|===

Dependencies

~2–11MB
~98K SLoC