Lines Matching refs:lws
1 # lws minimal http server eventlib foreign
6 --uv|Use the libuv event library (lws must have been configured with `-DLWS_WITH_LIBUV=1`)
7 --event|Use the libevent library (lws must have been configured with `-DLWS_WITH_LIBEVENT=1`)
8 --ev|Use the libev event library (lws must have been configured with `-DLWS_WITH_LIBEV=1`)
9 --sd|Use the systemd event library (lws must have been configured with `-DLWS_WITH_SDEVENT=1`)
19 This demonstrates having lws take part in a libuv loop owned by
24 does not need to stop during lws creation or destruction.
28 Then the lws context is created inside the timer callback and runs for 10s...
29 during this period you can visit http://localhost:7681 for normal lws
32 After the 10s are up, the lws context is destroyed inside the foreign loop
45 $ ./lws-minimal-http-server-eventlib-foreign
54 [2018/03/29 12:19:33:9064] USER: main: lws context destroyed: cleaning the foreign loop