Syncer is an async-to-sync converter for python. ... from syncer import sync async def async_fun(): ... return 1 b = sync(async_fun) # now b is synchronous ...
確定! 回上一頁