[][src]Module goggles::par_seq

Structs

Par
RayonPool

A system runner that runs parallel systems using rayon::join.

ResourceConflict
RwResources

A Resources implementation that describes R/W locks.

Seq
SeqPool

A system runner that runs parallel systems single-threaded in the current thread.

Traits

Error

Trait for error types returned from System::run.

Pool

Trait for the (possibly parallel) runner for a System.

Resources

Trait for identifying resources that are used in a System

System

A system that may be run in parallel or in sequence with other such systems in a group.