Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::nodejs::AsyncMessageProcessor, including all inherited members.
_register_handler(uint32_t msgType, const std::function< R(const P &, const msgpack::object &)> &fn, bool unique=false) | bb::nodejs::AsyncMessageProcessor | inlineprivate |
close() | bb::nodejs::AsyncMessageProcessor | inline |
dispatcher | bb::nodejs::AsyncMessageProcessor | private |
open | bb::nodejs::AsyncMessageProcessor | private |
process_message(const Napi::CallbackInfo &info) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)() const, bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)(), bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)(const P &) const, bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)(const P &), bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)(const P &, const msgpack::object &) const, bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |
register_handler(uint32_t msgType, T *self, R(T::*handler)(const P &, const msgpack::object &), bool unique=false) | bb::nodejs::AsyncMessageProcessor | inline |