Files
wxWidgets/src/common
New Pagodi 252a920bd7 Use main thread for the socket poller if possible
On windows and systems where wxUSE_EVENTLOOP_SOURCE is 1, it is
possible to monitor socket descriptors for activity from the main
thread. The SocketPoller class used with wxWebSessionCURL is modified
to use an implementation class that does so.

On windows, the implementation uses the winsock1 function
WSAAsyncSelect to send events to wxWebSessionCURL when activity is
detected. When wxUSE_EVENTLOOP_SOURCE is 1, a wxEventLoopSource is used
to monitor for socket activity. The event loop source is given a custom
wxEventLoopSourceHandler object to send the necessary event.
2021-02-07 20:55:24 -06:00
..
2020-10-16 01:58:13 +02:00
2020-10-16 01:58:13 +02:00
2020-12-31 12:49:06 +01:00
2020-10-16 01:58:13 +02:00
2015-09-23 00:52:30 +02:00
2020-10-16 01:58:13 +02:00
2020-10-16 01:58:13 +02:00
2020-10-16 01:58:13 +02:00
2020-10-16 01:58:13 +02:00
2020-12-23 17:03:05 +01:00
2021-01-03 18:12:37 +01:00
2020-10-16 01:58:13 +02:00
2021-02-05 22:18:31 +01:00