Browser (Multi-Thread)
info
The multi-thread version of the Aleo Wasm package includes all classes in the single-thread version, plus a few more.
Classes
Functions
- initThreadPool(num_threads) ⇒
Promise.<any>
- wbg_rayon_start_worker(receiver)
wbg_rayon_PoolBuilder
Kind: global class
- wbg_rayon_PoolBuilder
- .numThreads() ⇒
number
- .receiver() ⇒
number
- .build()
- .numThreads() ⇒
wbg_rayon_PoolBuilder.numThreads() ⇒ number
Kind: instance method of wbg_rayon_PoolBuilder
wbg_rayon_PoolBuilder.receiver() ⇒ number
Kind: instance method of wbg_rayon_PoolBuilder
wbg_rayon_PoolBuilder.build()
Kind: instance method of wbg_rayon_PoolBuilder
initThreadPool(num_threads) ⇒ Promise.<any>
Kind: global function
Param | Type |
---|---|
num_threads | number |
wbg_rayon_start_worker(receiver)
Kind: global function
Param | Type |
---|---|
receiver | number |