Files
aptly/task
André Roth 2a99fdfcf1 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-11 12:25:49 +02:00
..
2026-06-11 12:25:49 +02:00
2022-01-27 09:30:14 +01:00
2026-06-11 12:25:49 +02:00