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.