Files
aptly/task
André Roth 0f0d8b5184 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-19 20:22:23 +02:00
..
2026-06-19 20:22:23 +02:00
2022-01-27 09:30:14 +01:00
2026-06-19 20:22:23 +02:00