![]() |
Home | Libraries | People | FAQ | More |
Typedef for backwards compatibility.
typedef boost::asio::io_service::strand strand;
Name |
Description |
---|---|
Request the strand to invoke the given handler. |
|
Get the io_service associated with the strand. |
|
(Deprecated: use get_io_service().) Get the io_service associated with the strand. |
|
Request the strand to invoke the given handler and return immediately. |
|
Constructor. |
|
Create a new handler that automatically dispatches the wrapped handler on the strand. |
|
Destructor. |
The io_service::strand
class provides the ability
to post and dispatch handlers with the guarantee that none of those handlers
will execute concurrently.
Distinct objects: Safe.
Shared objects: Safe.
Header: boost/asio/strand.hpp
Convenience header: boost/asio.hpp