Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::nodejs Namespace Reference

Namespaces

namespace  lmdb_store
 
namespace  msgpack_client
 

Classes

class  AsyncMessageProcessor
 
class  AsyncOperation
 Encapsulatest some work that can be done off the JavaScript main thread. More...
 
class  ThreadedAsyncOperation
 Runs work on a dedicated std::thread instead of the libuv thread pool. More...
 

Typedefs

using async_fn = std::function< void(msgpack::sbuffer &)>
 

Functions

Napi::Promise promise_reject (const Napi::Env &env, const Napi::Value &err)
 

Typedef Documentation

◆ async_fn

using bb::nodejs::async_fn = typedef std::function<void(msgpack::sbuffer&)>

Definition at line 11 of file async_op.hpp.

Function Documentation

◆ promise_reject()

Napi::Promise bb::nodejs::promise_reject ( const Napi::Env &  env,
const Napi::Value &  err 
)

Definition at line 6 of file promise.cpp.