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

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, 
This is supported on crate feature use_tokio only.
Expand description

Connect to a neovim instance by spawning a new one