Function ghciwatch::run_watcher

source ·
pub async fn run_watcher(
    handle: ShutdownHandle,
    ghci_sender: Sender<GhciEvent>,
    opts: WatcherOpts
) -> Result<()>
Expand description

A notify watcher which waits for file changes and sends reload events to the contained ghci session.