-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python async needed for some modules #110
Comments
Also, I can't use Ruby's Async module since I need to call the function with Async apparently so idk what to do :\ |
@IpProxyNeon Could you describe what you want to do in more detail. |
While there is discordrb for making discord bots, I am trying to use Hata (a very unknown discord bot library for python) it's use async and coroutines don't work as expected, async and await from the async gem in ruby isn't working as I need it, since Python's async and Ruby's async gem are different, so could you add a way to use asyncronous functions with pycall somehow? @mrkn |
@mrkn sorry to bother you |
I'm not familiar with discordrb and Hata, so please show me what you want to do in a simple code example. |
Heya I just wanted to bring this to your attention, some libs need python's built in async functions like
await
orasync def
, and this can break alot of code without it, so would it be possible to get the built in python functions likeasync
andawait
implemented, or is there a way to import them? (Notasyncio
)The text was updated successfully, but these errors were encountered: