tikv / yatp

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

remove the inaccurate busy hint check #34

Closed sticnarf closed 4 years ago

sticnarf commented 4 years ago

In real testing, the busy hint check returns false in most times. It leads to rescheduling not working. This PR removes the busy check. I test manually on TiKV that it works now.