lokinet/llarp/tooling
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).
2021-03-04 16:51:18 -04:00
..
dht_event.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
hive_context.cpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
hive_context.hpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
hive_router.cpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
hive_router.hpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
path_event.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
peer_stats_event.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
rc_event.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
router_event.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
router_hive.cpp Merge Logic functions into EventLoop 2021-03-04 16:51:18 -04:00
router_hive.hpp Use inheritance to handle Hive injection 2020-07-02 10:25:10 -06:00