On Thu, Aug 18, 2022 at 5:52 AM wang jun <
wangjun...@gmail.com> wrote:
>
> If i call getg() in mcall(), what kind of gorouting would I have? g0 or normal g?
Do you mean: if you use mcall to call a function, and that function
calls getg, what does getg return? It returns a g0.
Ian