Skip to content

Commit fd5a4ea

Browse files
committed
FIX | github workflow
1 parent 426fa84 commit fd5a4ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ManapiAsync.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#include "std/ManapiAsyncContext.hpp"
44

55
static size_t max_stack_depth_ = 300;
6+
67
thread_local std::size_t current_stack_cnt = 0;
8+
79
thread_local std::shared_ptr<manapi::async::cthread> current_cthread_ = nullptr;
810

911
void manapi::async::internal::current_(std::shared_ptr<cthread> ctx) MANAPIHTTP_NOEXCEPT {

0 commit comments

Comments
 (0)