Broadcaster.pub

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void pub(BusData , QoSLevel q)
  2. void pub(T val, string type, QoSLevel q)
    interface Broadcaster
    final
    void
    pub
    (
    T
    )
    (
    T val
    ,
    string type = ""
    ,
    QoSLevel q = QoSLevel.Reserved
    )
    if (
    !is(T == BData)
    )

Meta