message_queue_destroy/1

message_queue_destroy(+ Queue)*

Destroy a message queue created with message_queue_create//11. It is not allows to destroy the queue of a thread. Neither is it allowed to destroy a queue other threads are waiting for or, for anonymous message queues, may try to wait for later.