mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
ccc7b5c9e9
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). |
||
---|---|---|
.. | ||
messages | ||
bucket.hpp | ||
context.cpp | ||
context.hpp | ||
dht.cpp | ||
dht.h | ||
explorenetworkjob.cpp | ||
explorenetworkjob.hpp | ||
kademlia.hpp | ||
key.hpp | ||
localrouterlookup.cpp | ||
localrouterlookup.hpp | ||
localserviceaddresslookup.cpp | ||
localserviceaddresslookup.hpp | ||
localtaglookup.cpp | ||
localtaglookup.hpp | ||
message.cpp | ||
message.hpp | ||
node.hpp | ||
publishservicejob.cpp | ||
publishservicejob.hpp | ||
recursiverouterlookup.cpp | ||
recursiverouterlookup.hpp | ||
serviceaddresslookup.cpp | ||
serviceaddresslookup.hpp | ||
taglookup.cpp | ||
taglookup.hpp | ||
tx.hpp | ||
txholder.hpp | ||
txowner.hpp |