[][src]Module pathfinder_renderer::concurrent

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.