Open codeandkey opened 3 years ago
The searcher and tree both expose direct access to mpsc channels which is not very pretty. The mpsc channels should be contained within their structures and exposed with testable methods.
The searcher and tree both expose direct access to mpsc channels which is not very pretty. The mpsc channels should be contained within their structures and exposed with testable methods.