mutant-lib 0.6.2

Core library for MutAnt distributed mutable key value storage over Autonomi network
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod async_task;
mod builder;
mod config;
mod error;
mod pool;
mod worker;

pub use async_task::AsyncTask;
pub use builder::build;
pub use config::WorkerPoolConfig;
pub use error::PoolError;