Documentation Home >> Headers >> <jss/actor.hpp> Header >> jss::actor >> jss::actor default constructor

Construct a new jss::actor instance with no associated thread

actor();

Effects:

Constructs a jss::actor instance with no associated thread.

Throws:

Nothing.

Postconditions:

this->valid() returns false.

Header

#include <jss/actor.hpp>

See Also