Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
threads.h
1// SPDX-FileCopyrightText: © 2026 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#pragma once
5
6#include <string>
7
8namespace zrythm::utils
9{
10
17std::string
19
20} // namespace zrythm::utils
String utilities.
std::string get_current_thread_name()
Returns the name of the current thread as set by the OS or threading library.