Unblock Order
First, let's begin by understanding the concepts of block and unblock. Block and Unblock are two different ways used to describe events, operations, or communication methods. Here are their basic concepts and distinction:
info
Unblock mode ususally pairs with order and filled callbacks for order management
info
Block(阻塞)mode can also be used with concurrency programming to send multiple requests simultaneously
Reference Concurrency Code Example
Block(阻塞):
Block operations refer to events or operations that occur in a predetermined sequence, and one operation must be completed before another can begin. Block is typically used in queue processing, where one task must wait for another to finish before it can proceed。