1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/ev
Jason Rhinelander 031ea7aa37 Get rid of external event loop direct wakeups
If something needs to wake up the event loop it should be using an
async, as we are now with PumpLL(); but we had various code triggering a
wakeup, expecting that PumpLL gets called on every wakeup, which isn't
true anymore.
2021-11-15 13:36:44 -04:00
..
ev.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ev.hpp Get rid of external event loop direct wakeups 2021-11-15 13:36:44 -04:00
ev_libuv.cpp Get rid of external event loop direct wakeups 2021-11-15 13:36:44 -04:00
ev_libuv.hpp Get rid of external event loop direct wakeups 2021-11-15 13:36:44 -04:00
udp_handle.hpp Export UDP file descriptor (for android) 2021-03-04 16:51:18 -04:00
vpn.hpp use vpn::NetworkInterface for add/del route via interface instead of string 2021-08-27 11:55:57 -04:00