]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor it to...
authordanielk1977 <danielk1977@noemail.net>
Thu, 23 Apr 2009 14:58:39 +0000 (14:58 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 23 Apr 2009 14:58:39 +0000 (14:58 +0000)
commita3f065980e197c98c8e6ad4b744b01aed56d9241
tree08ba7bab16c4cbb89f054f0670d71988d02eca8b
parentceea33217b5c825244e7cd1c3a4be47af0d56919
Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor it to be a standalone module and to support windows. (CVS 6539)

FossilOrigin-Name: e71fb0fb8d83b4453c3c1e84606bf58d04926809
ext/async/sqlite3async.c [new file with mode: 0644]
ext/async/sqlite3async.h [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/test_async.c
test/insert3.test
test/mutex1.test
test/select1.test