Skip to content

Commit 2228200

Browse files
Update README.md
Co-authored-by: Ruben Bartelink <ruben@bartelink.com>
1 parent 2aaa720 commit 2228200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ There are more differences:
189189
| **`Current` internals** | `ValueOption<'T>` | `Option<'T>` |
190190
| **Cancellation** | Implicit token governing iteration | Implicit token passed to each subtask |
191191
| **Performance** | Very high, negligible allocations | Slower, more allocations, due to using `async` |
192-
| **Parallelism** | Possible with ChildTask, support will follow | Supported explicitly |
192+
| **Parallelism** | Possible with ChildTask; support will follow | Supported explicitly |
193193

194194
## Status & planning
195195

0 commit comments

Comments
 (0)