Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
async: fix re_async_cancel mqueue handling (#995)
Since we can't clear/revert a mqueue_push, free list handling has always be done by async queueh and not within re_async_cancel. Otherwise job is reused and maybe executed twice or early.
- Loading branch information