FiberTaskingLib
FiberTaskingLib copied to clipboard
Test if fibers can finish on the thread they didn't start on
Back when we started, the thread would barf if it didn't finish with the same fiber it started with. I believe the new Boost asm files fix this.
If this is the case, we can remove the need for the MainTask, and can do everything from the main thread. This would enable much nicer usage of the library.