Be sure to catch all errors that you think are allowable in your code; pay special attention to NonJoinableError, as this is risen when you try to join a thread that is detached, and this could happen pretty often in your programs.
Classes | |
class | Wefts::Error |
Generic error class This is meant to be overloaded by specific error classes below. More... | |
class | Wefts::NotJoinableError |
Error risen when the thread tries to join a detached thread. More... | |
class | Wefts::InvalidError |
Error risen if an object is in an invalid state while being used. More... | |
class | Wefts::InitError |
Error risen when there is an object can't be initialized. More... | |
class | Wefts::StartError |
Error risen when is not possible to start other threads anymore. More... |