async_parallelize how to use #1745
Replies: 2 comments
-
Would like to know that too. I've read mojo supports it, but would like to see examples. Simple examples |
Beta Was this translation helpful? Give feedback.
0 replies
-
The API reference shows only sync_parallelize and parallelize but not async_parallelize. parallelize seems to be async, with this example: https://github.com/rd4com/mojo-learning/blob/main/tutorials/multi-core-parallelize-with-simd%20.md. Not sure what sync_parallelize does? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in mojo ,how to use the async_parallelize method? is there any relevant case or demo use ?
Beta Was this translation helpful? Give feedback.
All reactions