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
Very cool library. I was thinking it might be helpful if python generators could be called from the C++ side. It's obviously more efficient the other way around. But say you have a factory function you want to call from a detached awaitable. I don't know enough about low-level python to do it myself.
The text was updated successfully, but these errors were encountered:
Very cool library. I was thinking it might be helpful if python generators could be called from the C++ side. It's obviously more efficient the other way around. But say you have a factory function you want to call from a detached awaitable. I don't know enough about low-level python to do it myself.
The text was updated successfully, but these errors were encountered: