Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/.agents/skills/fastapi/SKILL.md
|
|
@ -478,7 +478,7 @@ In case of doubt, or by default, use regular `def` functions, those will be run |
|
|
|
|
|
|
|
|
The same rules apply to dependencies. |
|
|
The same rules apply to dependencies. |
|
|
|
|
|
|
|
|
Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage heavily the performance. |
|
|
Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage the performance heavily. |
|
|
|
|
|
|
|
|
### Asyncer |
|
|
### Asyncer |
|
|
|
|
|
|
|
|
|