|
|
|
|
|
by the_mitsuhiko
2944 days ago
|
|
We use it at Sentry for one of our services and the experience has been great. The best part by far is that you can benefit from async io handling without having to write every one of your views in an async fashion. All the async complexity is offloaded into the extractors and the response sending. |
|