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:
parent
b1bc1b79d7
commit
3379c064eb
@ -88,8 +88,9 @@ of task-based reductions:
|
|||||||
|
|
||||||
``` python
|
``` python
|
||||||
total = 0
|
total = 0
|
||||||
|
@par
|
||||||
for a in some_arbitrary_generator():
|
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
|
## Python interoperability
|
||||||
|
Loading…
x
Reference in New Issue
Block a user