1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00

Fix release notes [ci skip]

This commit is contained in:
A. R. Shajii 2022-08-05 18:14:47 -04:00
parent b1bc1b79d7
commit 3379c064eb

View File

@ -88,8 +88,9 @@ of task-based reductions:
``` python
total = 0
@par
for a in some_arbitrary_generator():
total += do_work(a) # now converted to atomic reduction
total += do_work(a) # now converted to task reduction
```
## Python interoperability