Files
tabbyAPI/common
kingbri d2c6ae2d35 API: Back to async
According to FastAPI docs, if you're using a generic function, running
it in async will make it more performant (which makes sense since
running def functions for routes will automatically run the caller
through a threadpool).

Tested and everything works fine.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-03-04 23:21:40 -05:00
..
2024-03-04 23:21:40 -05:00
2024-01-25 00:15:40 -05:00
2024-02-24 23:40:11 -05:00
2024-03-04 23:21:40 -05:00