1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/windows
Andy Green 498a4e2bd7 sul: all timed objects use a single pt sul list
wsi timeout, wsi hrtimer, sequencer timeout and vh-protocol timer
all now participate on a single sorted us list.

The whole idea of polling wakes is thrown out, poll waits ignore the
timeout field and always use infinite timeouts.

Introduce a public api that can schedule its own callback from the event
loop with us resolution (usually ms is all the platform can do).

Upgrade timeouts and sequencer timeouts to also be able to use us resolution.

Introduce a prepared fakewsi in the pt, so we don't have to allocate
one on the heap when we need it.

Directly handle vh-protocol timer if LWS_MAX_SMP == 1
2019-08-09 10:12:09 +01:00
..
private.h windows: fix build on VS2017 WIN10 2019-04-02 07:52:39 +08:00
windows-fds.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-file.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
windows-init.c Add locking into the cancellation process 2019-06-25 12:08:49 +01:00
windows-misc.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
windows-pipe.c Add locking into the cancellation process 2019-06-25 12:08:49 +01:00
windows-plugins.c plugins: remove requirement for libuv on unix 2019-05-02 09:28:16 +01:00
windows-service.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
windows-sockets.c windows: prepare for udp 2019-03-14 21:52:53 +08:00