feat: add add_fn to execute immediate lambdas
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-07 15:53:00 +02:00
parent ffa3efd99c
commit 10e2739b6e
7 changed files with 271 additions and 17 deletions

3
Cargo.lock generated
View File

@@ -236,7 +236,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "mad"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"async-trait",
@@ -247,6 +247,7 @@ dependencies = [
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"tracing-test",
]