Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write a test that proves the problem is there
This is just a prototype to communicate that I didn't get the loom test to work and to see if this testing approach would be accepted. It's not great, because the test implementation is very coupled to the blocking pool implementation (f.i, spawning a previous blocking task and awaiting on it before launching the offending task). However, it takes 150ms to run on my machine when it succeeds, and fails in the first few attempts when using `spawn_blocking` instead of `spawn_mandatory_blocking`, which is a good sign
- Loading branch information