Skip to content

Commit

Permalink
comment init
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Sadokhov committed Aug 16, 2023
1 parent b881171 commit a6bb662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ static void init_runtime_libs() {

init_interface_lib();

vk::singleton<ThreadPool>::get().init();
// vk::singleton<ThreadPool>::get().init();
}

static void free_shutdown_functions() {
Expand All @@ -2395,7 +2395,7 @@ static void free_interface_lib() {
static void free_runtime_libs() {
php_assert (dl::in_critical_section == 0);

vk::singleton<ThreadPool>::get().stop();
// vk::singleton<ThreadPool>::get().stop();

forcibly_stop_and_flush_profiler();
free_bcmath_lib();
Expand Down

0 comments on commit a6bb662

Please sign in to comment.