ScheduleTest

Round robin scheduling of mutants for testing from the worker pool.

Constructors

this
this(TestMutantActor.Address[] testers)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
get
TestMutantActor.Address get(size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
size_t pop()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(size_t x)
Undocumented in source.

Variables

free
Vector!size_t free;
Undocumented in source.
testers
TestMutantActor.Address[] testers;
Undocumented in source.

Meta