Function nvim_rs::create::tokio::new_child

source ·
pub async fn new_child<H>(
    handler: H
) -> Result<(Neovim<Compat<ChildStdin>>, JoinHandle<Result<(), Box<LoopError>>>, Child)>
where H: Handler<Writer = Compat<ChildStdin>> + Send + 'static,
Available on crate feature use_tokio only.
Expand description

Connect to a neovim instance by spawning a new one