ThreadAnchor.this

Constructor.

class ThreadAnchor
this
(
Flag!"daemon" daemon = Yes.daemon
)

Parameters

daemon Flag!"daemon"

If Yes.daemon (the default), don't block the event loop from exiting until close is called.

Meta