You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @andrewwade, thanks for creating an issue, sorry it's taken me so long to get to this. This is a good idea 👍 It can also be used as a general test if you're in a coroutine.
I'll see if I can add this next chance I get, but feel free to try to beat me to it.
Would be nice to get access to the active coroutine with a function call. Then using
container_of
will allow you to get the container struct.New Function:
Helper macro:
Example:
The text was updated successfully, but these errors were encountered: