mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
eda906b805
Improve the boundary between RpcImpl and LaminarInterface such that the Laminar class doesn't require any types from kj/async.h. The necessary logic moved from Laminar to RpcImpl and the notification now happens by abstract virtual callback instead of kj::Promise. Also remove the fairly useless 'wait' RPC call and drop the wrappers around kj::PromiseFulfillerPair |
||
---|---|---|
.. | ||
resources | ||
client.cpp | ||
conf.cpp | ||
conf.h | ||
database.cpp | ||
database.h | ||
interface.h | ||
laminar.capnp | ||
laminar.cpp | ||
laminar.h | ||
log.h | ||
main.cpp | ||
node.h | ||
resources.cpp | ||
resources.h | ||
run.cpp | ||
run.h | ||
server.cpp | ||
server.h |