We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebdaa commit f3abc3aCopy full SHA for f3abc3a
README.md
@@ -23,6 +23,7 @@ If the target function returns a `Result<T, E>`, the generics must implement `Cl
23
24
## Prerequisites
25
- Built for async environments (tokio), will not work without a tokio async runtime
26
+- Target function must have async and function name should end with `_batched`
27
- Not supported inside structs
28
```rust
29
struct A;
0 commit comments