5 unstable releases
0.2.0 | Dec 2, 2020 |
---|---|
0.1.0 | Nov 17, 2020 |
0.0.11 | Aug 27, 2017 |
0.0.10 | Aug 27, 2017 |
0.0.9 | Aug 26, 2017 |
#713 in Concurrency
34KB
682 lines
Low Overhead Fibers.
Lo-fi is a low-latency explicitly driven task system built on top of standard Future functionality and a lot of unsafe code.
License
This library is available under Apache License 2.0. See LICENSE for details.
lib.rs
:
lofi - Low Overhead FIbers
This library provides a low-latency fork-join task executor backed by a custom allocator. See [Executor][Executor] to start.
Dependencies
~240KB