forked from TrueCloudLab/frostfs-qos
Deadlock scenario: - mclock closed by `Close` method, it locks mutex and calls `clock.close` - clock starts `scheduleRequest` goroutine, it tries to lock mutex - `clock.Close` waits for all goroutines Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com> |
||
---|---|---|
.. | ||
clock.go | ||
mclock.go | ||
mclock_bench.result | ||
mclock_bench_test.go | ||
mclock_test.go | ||
queue.go |