A
Angus Comber
Hello
I am writing a real time program which queues up a number of tasks for
processing. Each item in the queue must be submitted to a device
sequentially. ie it is not possible to just blast the hardware with 3
items. Instead you submit job1, wait for notification that job1 is complete
then submit job2, etc. I suppose it is a bit like a print job queueing
system.
How would I start writing a class to control this?
Angus Comber
(e-mail address removed)
I am writing a real time program which queues up a number of tasks for
processing. Each item in the queue must be submitted to a device
sequentially. ie it is not possible to just blast the hardware with 3
items. Instead you submit job1, wait for notification that job1 is complete
then submit job2, etc. I suppose it is a bit like a print job queueing
system.
How would I start writing a class to control this?
Angus Comber
(e-mail address removed)