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 79f2f00 commit fca9fc5Copy full SHA for fca9fc5
src/runtime/lfstack.go
@@ -6,7 +6,7 @@
6
// Initialize head to 0, compare with 0 to test for emptiness.
7
// The stack does not keep pointers to nodes,
8
// so they can be garbage collected if there are no other pointers to nodes.
9
-// The following code runs only on g0 stack.
+// The following code runs only in non-preemptible contexts.
10
11
package runtime
12
0 commit comments