guys,little confused abt dispatch queue and thread, there could be several queues and they dispatch tasks to different thread, if the queue is serial, tasks executed in a line and may be in different, its not a problem. but if we have 2 serial queues,can we manage order of them ?
if we put some Database operations in these 2 queues, the data may be wrong?