tschallacka / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Add basic implementation of a job queue to be used in a mult-threaded environment #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SQLiteConnection can be used only from the thread that opened it. To make it 
easier to use in a multi-threaded environment, a basic job queue class could be 
added to the library.

Original issue reported on code.google.com by ser...@gmail.com on 21 Jul 2010 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by ser...@gmail.com on 21 Aug 2010 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by ser...@gmail.com on 23 Aug 2010 at 8:11