We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c546be2 commit cb929a8Copy full SHA for cb929a8
1 file changed
go/worker/sandboxset/api.go
@@ -3,9 +3,16 @@
3
//
4
// Sandbox lifecycle inside a SandboxSet:
5
6
-// created ──► paused (available) ──► in-use (unpaused) ──► paused (available)
7
-// │ │
8
-// └───────── destroyed ◄──┘ (on error or Close)
+// [created]
+// |
+// v
9
+// [paused] <---+
10
+// | |
11
+// v |
12
+// [in-use] ----+ (Put)
13
14
15
+// [destroyed] (Destroy / Close / error)
16
17
// Usage:
18
0 commit comments