tikv / yatp

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

implement std Future runner #6

Closed sticnarf closed 4 years ago

sticnarf commented 4 years ago

This PR implements the runner for std::future::Future.

nrc commented 4 years ago

Now that #5 is merged, could you rebase this PR to make it easier to review please?

sticnarf commented 4 years ago

@nrc Sorry, this PR originally has different history from master... I've cleaned up the commit history...

AndreMouche commented 4 years ago

Please fix the conflicts