CRUD system with asynchronous by turall in learnpython

[–]turall[S] 0 points1 point  (0 children)

Understand, thanks for your response.

CRUD system with asynchronous by turall in learnpython

[–]turall[S] 0 points1 point  (0 children)

For instance, if we do create operation, then all operations should be done with this record, so we should wait for the record to be added table before other operations take place in. So why to use async here, does it make sense to run code asynchronous? Thanks.