Function myopic_brain::interactive::search[][src]

pub fn search<B: EvalChessBoard + 'static>(
) -> (SearchCommandTx<B>, SearchResultRx)

Create an interactive search running on a separate thread, communication happens via an input channel which accepts a variety of commands and an output channel which transmits the search results.