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 c398920ab4 service: resurrect timeout_ms being -1 as return immediately
There's no longer any reason to come out of sleep for periodic service
which has been eliminated by lws_sul.

With event libs, there is no opportunity to do it anyway since their
event loop is atomic and makes callbacks and sleeps until it is stopped.

But some users are relying on the old poll() service loop as
glue that's difficult to replace.  So for now help that happen by
accepting the timeout_ms of -1 as meaning sample poll and service
what's there without any wait.
2019-09-12 14:03:36 +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 stats: move to pt and improve presentation 2019-08-12 06:18:04 +01: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 service: resurrect timeout_ms being -1 as return immediately 2019-09-12 14:03:36 +01:00
windows-sockets.c windows: prepare for udp 2019-03-14 21:52:53 +08:00