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