[go: up one dir, main page]

Skip to content

allow context stack to transfer when new threads are launched

when a new thread is launched, the new thread does not inherit the context stack of the parent thread because the context stack is bound to the thread id hash. an implementation to transfer this context would improve error unwinding usability.

Edited by Jacob