MessagingProxy.join

Joins a channel.

mixintemplate MessagingProxy(Flag!"debug_" debug_ = No.debug_)
private pragma(inline, true)
void
join
(
const string channel
,
const string key = string.init
,,
const string caller = __FUNCTION__
)