[#bsl-this_thread] = xref:bsl.adoc[bsl]::this_thread :relfileprefix: ../ :mrdocs: Namespace for `std::this_thread` functionality in the `bsl` namespace. == Using Declarations [cols="1,4"] |=== | Name| Description | xref:bsl/this_thread/get_id.adoc[`get_id`] | Alias for `std::this_thread::get_id` in the `bsl` namespace. | xref:bsl/this_thread/sleep_for.adoc[`sleep_for`] | Alias for `std::this_thread::sleep_for` in the `bsl` namespace. | xref:bsl/this_thread/sleep_until.adoc[`sleep_until`] | Alias for `std::this_thread::sleep_until` in the `bsl` namespace. | xref:bsl/this_thread/yield.adoc[`yield`] | Alias for `std::this_thread::yield` in the `bsl` namespace. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#