Documentation
This commit is contained in:
parent
fafda5a07f
commit
ccae3685ac
2 changed files with 6 additions and 1 deletions
|
|
@ -11,6 +11,11 @@
|
|||
#include <vector>
|
||||
#include <thread>
|
||||
|
||||
/** \brief Class that handles asynchronous execution of queries.
|
||||
*
|
||||
* Queries are passed to this class with a routine to call on completion
|
||||
* when the result is on that routine is called.
|
||||
*/
|
||||
class ASyncDBConnection {
|
||||
public:
|
||||
enum class State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue