Skip to content

winio: fixed timeouts non-threaded.

Hi,

This fixes the timeout calculations for the non-threaded rts in winio. Before this the value would almost always end up getting set to some low value which makes the RTS get woken up way too often.

It also removes some indirection that isn't needed and simplifies the code a bit.

Ok for master and GHC 9?

Merge request reports