1
alexrezit 2013-04-24 18:18:23 +08:00 1
用一个 shared instance, 自己创建一个 queue.
|
2
RoCry 2013-04-24 19:03:11 +08:00 1
dispatch_queue_t theQueue = dispatch_queue_create("com.rocry.someQueueName", DISPATCH_QUEUE_SERIAL);
|
3
ytzong 2013-04-24 20:11:33 +08:00 via iPad
果断Fmdb的queue啊
|
4
yellowV2ex OP |