[#bsl-stop_token-2constructor-09] = xref:bsl.adoc[bsl]::xref:bsl/stop_token.adoc[stop_token]::stop_token :relfileprefix: ../../ :mrdocs: Create a `stop_token` object that refers to the same stop state (or lack) thereof as the specified `original` object, and reset `original` to not refer to a stop state. == Synopsis Declared in `<bslstl_stoptoken.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- stop_token(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<stop_token>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#