On this page:
for/  async
for*/  async
6.2.1

9 Futures

Ryan Culpepper <ryanc@racket-lang.org>

This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.

 (require unstable/future) package: unstable-lib

syntax

(for/async (for-clause ...) body ...+)

syntax

(for*/async (for-clause ...) body ...+)

Like for and for*, but each iteration of the body is executed in a separate future, and the futures may be touched in any order.