tikv / yatp

Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135 stars 32 forks source link

implement futures 0.1 runner #12

Closed sticnarf closed 3 years ago

sticnarf commented 4 years ago

Still quite a number of code is running futures 0.1. It's not hard for yatp to support it natively (not using futures compatibility layer).

BusyJay commented 3 years ago

We may never use futures 0.1, close.