Skip to content

Commit f3abc3a

Browse files
authored
Update README.md
1 parent 18ebdaa commit f3abc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If the target function returns a `Result<T, E>`, the generics must implement `Cl
2323

2424
## Prerequisites
2525
- 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`
2627
- Not supported inside structs
2728
```rust
2829
struct A;

0 commit comments

Comments
 (0)