Struct std::thread::JoinError

struct JoinError { ... }

An error returned from join.

It can represent either a panic or an OS error.

Fields

Methods

impl JoinError { ... }