Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

error.Error.RuntimeNested

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
error
Declared in
Error
Package
libtmux
Source
crates/libtmux/src/error.rs
RuntimeNested
constant [source]
constant [source]
RuntimeNested

A blocking runtime was driven from inside another runtime.

A runtime cannot be driven from within one, so crate::blocking::Runtime::run panics here. crate::blocking::Runtime::try_run returns this instead, for callers who would rather handle it: await the future directly.

0 declared, 0 inherited

Esc

Type to search.