| 128 | } |
| 129 | |
| 130 | std::shared_ptr<streamfx::util::threadpool::threadpool> streamfx::threadpool() |
| 131 | { |
| 132 | return streamfx::util::threadpool::threadpool::instance(); |
| 133 | } |
| 134 | |
| 135 | std::filesystem::path streamfx::data_file_path(std::string_view file) |
| 136 | { |