Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
websocket::stream::~stream

Destructor.

Synopsis
~stream();
Description

Destroys the stream and all associated resources.

Remarks

A stream object must not be destroyed while there are pending asynchronous operations associated with it.


PrevUpHomeNext