Structs§
- Child
Info Meta - Having a struct with (one) named field (for example,
its
), instead of a (one field) tuple struct, could make some code “nicer”.
Functions§
- collect_
finished_ child - Return Some if any child has finished; return None when all children have finished. This does NOT modify [SpawningMode] part of the result [GroupExecutionAndOptOutput].
- life_
cycle_ loop - life_
cycle_ step - start_
parallel_ tasks - Start a group of parallel child process(es) - tasks, all under the same
parent_dir
.
Type Aliases§
- Child
Info - Child
Process - For disambiguation.
- Child
Process Id - Result of Child’s
id()
method, wrapped. - Features
- Group
OfChildren - Implementing Deref and DerefMut doesn’t improve ergonomics for accessing the tuple’s field by numeric index. For that we have to put the dereferencing asterisk and the struct instance into parenthesis, e.g.
- Parallel
Tasks