Function nvim_rs::create::tokio::new_child_path[][src]

pub async fn new_child_path<H, S: AsRef<Path>>(
    program: S,
    handler: H
) -> Result<(Neovim<Compat<ChildStdin>>, JoinHandle<Result<(), Box<LoopError>>>, Child)> where
    H: Handler<Writer = Compat<ChildStdin>> + Send + 'static, 
This is supported on crate feature use_tokio only.
Expand description

Connect to a neovim instance by spawning a new one