b7d421a149
WaitForRunning risks a race condition where the allocation succeeds and completes before WaitForRunning is called (or while it is running). Here, I made the behavior match the function documentation. I considered making it stricter, but callers need to account for allocation terminating immediately after WaitForRunning terminates anyway. |
||
---|---|---|
.. | ||
responsewriter.go | ||
server.go | ||
slow.go | ||
vault.go | ||
wait.go | ||
wait_test.go |