Close gracefully shuts down the queue, waiting for pending messages to be processed.
()
| 35 | |
| 36 | // Close gracefully shuts down the queue, waiting for pending messages to be processed. |
| 37 | Close() |
| 38 | } |
| 39 | |
| 40 | // Queue is a generic message queue service that processes messages asynchronously. |
no outgoing calls