You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/ev
Jason Rhinelander ccc7b5c9e9 Merge Logic functions into EventLoop
loop->call(...) is similar to the old logic->Call(...), but is smart
about the current thread: if called from within the event loop it simply
runs the argument directly, otherwise it queues it.

Similarly most of the other event loop calls are also now thread-aware:
for example, `call_later(...)` can queue the job directly when called if
in the event loop rather than having to double-queue through the even
loop (once to call, then inside the call to initiate the time).
4 years ago
..
ev.cpp Merge Logic functions into EventLoop 4 years ago
ev.hpp Merge Logic functions into EventLoop 4 years ago
ev_libuv.cpp Merge Logic functions into EventLoop 4 years ago
ev_libuv.hpp Merge Logic functions into EventLoop 4 years ago
udp_handle.hpp
vpn.hpp
vpnio.cpp Merge Logic functions into EventLoop 4 years ago
vpnio.hpp