-
Notifications
You must be signed in to change notification settings - Fork 28
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
Is it possible to use dbClient non-blocking with coroutines and async controllers? #14
Comments
Hello @MikhailNazarov , The short answer is - this API is not implemented yet. At the moment we encourage to use simple API in case you need ORM. However, it is possible:
This is the way it will be implemented in the future (with some convenience APIs). |
Thank you, you have a great framework. With this feature will be the best! |
Does oatpp have a thread pool implementation? Do I understand correctly that for this task I need to use the IOEventWorker? |
At the moment oatpp doesn't have thread-pool implementation.
That pool is a kind of resource pool - it's used for
You don't have to use it directly. Oatpp does that for you. |
No description provided.
The text was updated successfully, but these errors were encountered: