Function untokio::v02::try_set_runtime[][src]

pub fn try_set_runtime(runtime: Runtime) -> Result<(), &'static str>

Provide a Runtime instead of letting untokio create its own.

Errors

  • If the common lock is poisoned
  • The runtime is already in use