Function nvim_rs::create::tokio::new_parent

source ·
pub async fn new_parent<H>(
    handler: H
) -> Result<(Neovim<Compat<File>>, JoinHandle<Result<(), Box<LoopError>>>), Error>
where H: Handler<Writer = Compat<File>>,
Available on crate feature use_tokio only.
Expand description

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