[][src]Module goggles::par_seq

Structs

Par
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.

System

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