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

pub async fn new_parent<H>(
    handler: H
) -> (Neovim<Compat<Stdout>>, JoinHandle<Result<(), Box<LoopError>>>) where
    H: Handler<Writer = Compat<Stdout>>, 
This is supported on crate feature use_tokio only.
Expand description

Connect to the neovim instance that spawned this process over stdin/stdout