message reference block
常见例句
- Once the message has been sent, the sender can store a reference to the Future object and check periodically for completion, or it can block and wait if needed by calling the get() method.
消息被發送之後,發送者可以保存對 Future 對象的一個引用竝定期檢查是否完成,或者,它也可以通過調用 get() 方法來阻塞和等待。 返回 message reference block