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/dht
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).
3 years ago
..
messages proper lokimq -> oxenmq refactor 3 years ago
bucket.hpp Config file improvements (#1397) 4 years ago
context.cpp Merge Logic functions into EventLoop 3 years ago
context.hpp C++17 4 years ago
dht.cpp The Great Wall of Blame 4 years ago
dht.h The Great Wall of Blame 4 years ago
explorenetworkjob.cpp unscrew travis-ci (#1223) 4 years ago
explorenetworkjob.hpp Config file improvements (#1397) 4 years ago
kademlia.hpp Config file improvements (#1397) 4 years ago
key.hpp Config file improvements (#1397) 4 years ago
localrouterlookup.cpp Config file improvements (#1397) 4 years ago
localrouterlookup.hpp The Great Wall of Blame 4 years ago
localserviceaddresslookup.cpp Config file improvements (#1397) 4 years ago
localserviceaddresslookup.hpp The Great Wall of Blame 4 years ago
localtaglookup.cpp Config file improvements (#1397) 4 years ago
localtaglookup.hpp The Great Wall of Blame 4 years ago
message.cpp Config file improvements (#1397) 4 years ago
message.hpp Config file improvements (#1397) 4 years ago
node.hpp Config file improvements (#1397) 4 years ago
publishservicejob.cpp Config file improvements (#1397) 4 years ago
publishservicejob.hpp The Great Wall of Blame 4 years ago
recursiverouterlookup.cpp The Great Wall of Blame 4 years ago
recursiverouterlookup.hpp The Great Wall of Blame 4 years ago
serviceaddresslookup.cpp The Great Wall of Blame 4 years ago
serviceaddresslookup.hpp The Great Wall of Blame 4 years ago
taglookup.cpp Don't use std::optional::value() because f u macos 4 years ago
taglookup.hpp Config file improvements (#1397) 4 years ago
tx.hpp Config file improvements (#1397) 4 years ago
txholder.hpp The Great Wall of Blame 4 years ago
txowner.hpp Config file improvements (#1397) 4 years ago