Changes between Version 14 and Version 15 of Ticket #5874


Ignore:
Timestamp:
Jul 19, 2023, 3:43:11 PM (10 months ago)
Author:
phosit
Comment:

Add missing upnp.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5874 – Description

    v14 v15  
    1212These tasks should be adapted to use the task manager:
    1313- texture converter Phab:D4425
     14- upnp
    1415
    1516A task in the task manager should never 'wait' (for a condition_variable; for a mutex; for some time...) that would put the whole thread to sleep. Instead it would be better to run another task in the meantime and resume the original task later. Phab:D3877 or Phab:D4907 does extend the task manager to make that possible. These tasks rely on such a feature: