OwnerTerminated

Thrown on calls to receive if the thread that spawned the receiving thread has terminated and no more messages exist.

class OwnerTerminated : Exception {
Tid tid;
}

Constructors

this
this(Tid t, string msg)

Meta