fix: Increment submit_job counter
Gotta increment that counter to submit jobs to each thread. Big dummy.
This commit is contained in:
@@ -94,7 +94,8 @@ impl Dispatcher {
|
|||||||
match self.command_transmitters.get(self.next_to_feed){
|
match self.command_transmitters.get(self.next_to_feed){
|
||||||
Some(target) => target.send(command),
|
Some(target) => target.send(command),
|
||||||
None => panic!("oh god oh fuck"),
|
None => panic!("oh god oh fuck"),
|
||||||
};
|
}
|
||||||
|
self.next_to_feed += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user