Searched defs:runTestActor (Results 1 – 1 of 1) sorted by relevance
1318 type runTestActor struct { struct1319 c runCache1325 writeCoverMetaAct *work.Action1328 prev <-chan struct{} // wait to start until prev is closed1329 next chan<- struct{} // close next once the next test can start.1356 func (r *runTestActor) Act(b *work.Builder, ctx context.Context, a *work.Action) error {