Files
aptly/task
André Roth cd9be39cfc 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-17 23:42:07 +02:00
..
2026-06-17 23:42:07 +02:00
2022-01-27 09:30:14 +01:00
2026-06-17 23:42:07 +02:00