Class JoinError[in Threading]

Error generated when trying to wait for a unwaitable thread.

class JoinError( [code], [description], [extra] ) \ from Error( code, description, extra )

Detailed description

class JoinError( [code], [description], [extra] ) \ from Error( code, description, extra )

codeA numeric error code.
descriptionA textual description of the error code.
extraA descriptive message explaining the error conditions.

Error generated when trying to wait for a unwaitable thread.

This error is created when a wait operation is performed on a thread object representin an unjoinable thread.

See the Error class in the core module.


Made with faldoc 2.2.1