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 da7f43c commit fc8b9f1Copy full SHA for fc8b9f1
context.go
@@ -76,8 +76,7 @@ func NewContext(opt ...ContextOption) *Context {
76
return ctx
77
}
78
79
-// Isolate gets the current context's parent isolate.An error is returned
80
-// if the isolate has been terninated.
+// Isolate gets the current context's parent isolate.
81
func (c *Context) Isolate() *Isolate {
82
return c.iso
83
0 commit comments