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

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.

Init Block

Error generated when trying to wait for a unwaitable thread.

init JoinError( [code], [description], [extra] )

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

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.1.0