-
Notifications
You must be signed in to change notification settings - Fork 200
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
ENH: 一部の関数をasync def
に変更
#1134
ENH: 一部の関数をasync def
に変更
#1134
Conversation
CDLL アクセスの
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
内容
とりあえず単純に
async def
に変更してもよさそうなところを変更します。FastAPIのドキュメントには以下のようにあります。
このうちの3番目に当たるものを変更します。
関連 Issue
その他
version
、engine_manifest
、supported_device
が数百ms速くなっている感じはありますがdef
の方が逆転することもあります。元々短い処理であるので恐らく実感できるものではないと思います。