Hi all, I have thread A, which calls a function that takes a callback, and spawns thread B. My question is, when the callback is called in Thread B, does it remain in the context of thread B? I'm pretty sure it does, but I wanted to check. Thanks!
Hi all, I have thread A, which calls a function that takes a callback, and spawns thread B. My question is, when the callback is called in Thread B, does it remain in the context of thread B? I'm pretty sure it does, but I wanted to check. Thanks!