Skip to content

win32 gpoll: overcome the 64 handles limit

Ignacio Casal Quinteiro requested to merge wip/nacho/gpoll into master

This is a new polling method allowing to poll more than 64 handles based on the glib one. When we reach the limit of 64 we create a thread and we poll on that thread for a batch of handles this way we overcome the limit.

#1071 (closed)

Merge request reports