Files
aptly/task
André Roth af1df410a2 tasks: fix race conditions
* show resources in task details
* fix task state locking
* return task object consistently

Race condition iexisted where task State, err, and processReturnValue fields
were written by consumer goroutine and read by concurrent accessors without
proper synchronization, causing torn reads and data races.
2026-06-13 14:47:58 +02:00
..
2026-06-13 14:47:58 +02:00
2022-01-27 09:30:14 +01:00
2026-06-13 14:47:58 +02:00