Closed
Description
- Version: v4.x, v6.x, v7.x, master
- Platform: n/a
- Subsystem: doc
The note following the http.Server
example in the vm
documentation contains misleading language. Specifically, it mentions "the calling thread's context" when it has nothing to do with threading since code execution via vm
happens on the same thread. The note makes it sound as if this is not the case.
I'm not sure what wording would describe this more accurately. "the parent context?" "the original context?"