#include <xtd/threading/thread>
#include <xtd/console>
#include <xtd/int32_object>
auto main(int argc, char* argv[]) -> int {
for (
auto i = 1;
i <=
x; ++
i) {
thread::sleep(100_ms);
}
} else
}
static bool try_parse(const xtd::string &value, type_t &result) noexcept
Converts the string to its type_t equivalent. A return value indicates whether the conversion succeed...
Definition box.h:133
static void beep()
Plays the sound of a beep through the console speaker.
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition abandoned_mutex_exception.h:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10