causal_utils 0.7.2

Utility patterns for causal-based applications — batching, dataloader, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "causal_utils"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Utility patterns for causal-based applications — batching, dataloader, and more"

[dependencies]
anyhow.workspace = true
dashmap.workspace = true
parking_lot.workspace = true
tokio.workspace = true

[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "time"] }