✨ multi threaded workers
This commit is contained in:
parent
0c190df5d7
commit
e827faaa3f
7 changed files with 208 additions and 45 deletions
|
@ -12,7 +12,7 @@ pub use serde_json;
|
|||
// TODO : refactor dispatcher backends (memory, valkey)
|
||||
|
||||
pub static UNION: Lazy<
|
||||
DashMap<&'static str, job::JobDispatcher<serde_json::Value, serde_json::Value>>,
|
||||
DashMap<&'static str, job::JobMultiplexer<serde_json::Value, serde_json::Value>>,
|
||||
> = Lazy::new(DashMap::new);
|
||||
|
||||
/// Rally Function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue