MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo

+1 -1
+1 -1
include/arena.h
··· 10 10 GC_enable(); 11 11 } 12 12 13 - static inline void ANT_GC_COLLECT(void) { 13 + static inline void ANT_GC_COLLECT(void) { 14 14 mco_coro* running = mco_running(); 15 15 struct GC_stack_base sb; 16 16 int in_coroutine = (running != NULL && running->stack_base != NULL);