Ticket #421 (closed defect: fixed)
resource/asynworker calls state transitions too early
| Reported by: | jluebbe | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | fso2-milestone1 |
| Component: | framework/general | Version: | |
| Keywords: | Cc: |
Description
We need to wait until each transition is finished.
Change History
Note: See
TracTickets for help on using
tickets.

This can now be done with the new class SynchronizedAsyncWorkerQueue?. Leaving this bug open for milestone6 since AsyncWorkerQueue? is still in use by odevice.input and odevice.audio which might want to switch to the SynchronizedAsyncWorkerQueue? as well.