CodePudding user response:
The old callback function lock all of the data to be processed into a FIFO queue,Your new thread processing function lock fetching data from the FIFO queue processing
CodePudding user response:
The old callback function lock all of the data to be processed into a FIFO queue,