Changes between Version 13 and Version 14 of Ticket #5874


Ignore:
Timestamp:
May 2, 2023, 6:08:47 PM (12 months ago)
Author:
phosit
Comment:

The wrong diff was linked

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5874 – Description

    v13 v14  
    1313- texture converter Phab:D4425
    1414
    15 A 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:D4097 does extend the task manager to make that possible. These tasks rely on such a feature:
     15A 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:
    1616- net client (net session) Phab:D3877
    1717- net server