Module concurrent

Source
Expand description

Threading and concurrency support.

Modulesยง

executor
An abstraction over threading and parallelism systems such as Rayon.
rayon
An implementation of the executor using the Rayon library.
scene_proxy
A version of Scene that proxies all method calls out to a separate thread.