6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
destroyworker() {
|
|
dyingworker=${workers[$1]}
|
|
unset workers[$1]
|
|
wait $dyingworker
|
|
}
|