1
alexrezit 2013 年 4 月 24 日 用一个 shared instance, 自己创建一个 queue.
|
2
RoCry 2013 年 4 月 24 日 dispatch_queue_t theQueue = dispatch_queue_create("com.rocry.someQueueName", DISPATCH_QUEUE_SERIAL);
|
3
ytzong 2013 年 4 月 24 日 via iPad
果断Fmdb的queue啊
|
4
yellowV2ex OP |