On Mon, 22 Jul 2019 11:07:43 -0500 Wes McKinney <wesmck...@gmail.com> wrote: > > Right, which is why I'm suggesting a simple model to allow threads > that are waiting on IO to allow other threads to execute.
If you are doing memory-mapped IO, how do you plan to tell whether and when you'll be going to wait for IO? Regards Antoine.