快好知 kuaihz


enqueue造句
1. Select Enqueue and then click Send message. 2. The enqueue() method notifies all waiting threads (if any). 3. Playlist. Allows you to enqueue several files to be played one after each other. Autorepeat and shuffle supported too. 4. The requester can choose to enqueue a request but not wait for processing to complete, then periodically check for a response in the response queue while it performs other work. 5. The servers enqueue messages for clients with durable subscriptions and make these events redundantly available on multiple nodes for high availability. 6. Finally, after constructing the HttpRequest, you invoke its enqueue method. 7. This structure is used to enqueue work from the top half to be deferred for execution later by the bottom half. 8. Note here that enqueue and dequeue task functions simply add or remove a task from the particular scheduling structures. 9. It has one method to enqueue tasks and another method to work them out. 10. We enqueue the task in the tree based on fair_clock. 11. First, simply enqueue the work on a work queue using queue_work (which ties the work to the current CPU). 12. The content of each message is taken from the enqueue message file provided with the SWIFT Sample. 12.try its best to collect and build good sentences. 13. Messages are stored in queues, and MQ servers allow you to enqueue messages onto queues, and dequeue messages from them. 14. A pipe is composed of a queue and two file descriptors—one to enqueue data and the other to dequeue data. 15. If more events occur before the event handler returns, browsers enqueue them until the event handler does return, and then process the queued events in order, one at a time, synchronously. 16. At that point, the system changes from asynchronous behavior to synchronous behavior, where the producer can enqueue messages only as fast as the consumer can dequeue them.