Files
mgmt/test
James Shubin 652b657809 resources: exec: Avoid possible deadlock race
Some of the early code I wrote probably wouldn't pass my own reviews
today. Here's one example of a rare deadlock that could sometimes occur
when a Process/CheckApply caused a shutdown, but the bufio tried to send
on a channel that nobody was going to read any more. Now we properly
unblock that send with a context.
2019-02-24 12:28:59 -05:00
..
2018-12-21 06:22:12 -05:00
2018-02-25 02:13:51 -05:00
2018-12-11 01:46:17 -05:00
2018-12-19 22:24:20 -05:00