DEBSOURCES
Skip Quicknav
sources / storm-lang / 0.7.4-1 / SQL / SQLite / AsyncIO.h
12345678
#pragma once namespace sql { // Make SQLite use independent I/O. This modifies the system call table in SQLite itself. void sqlite3EnableAsync(); }