Stop turns down the distributor, releases allocated resources and fails any active KeyMaterial() call waiting for new key material.
()
| 110 | // Stop turns down the distributor, releases allocated resources and fails any |
| 111 | // active KeyMaterial() call waiting for new key material. |
| 112 | func (d *Distributor) Stop() { |
| 113 | d.closed.Fire() |
| 114 | } |