FiberTaskingLib icon indicating copy to clipboard operation
FiberTaskingLib copied to clipboard

Test if fibers can finish on the thread they didn't start on

Open RichieSams opened this issue 7 years ago • 0 comments

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.

RichieSams avatar Mar 24 '17 16:03 RichieSams