message_queue_create/1

message_queue_create(? Queue)*

If Queue is an atom, create a named queue. To avoid ambiguity on thread_send_message//22, the name of a queue may not be in use as a thread-name. If Queue is unbound an anonymous queue is created and Queue is unified to its identifier.