у меня получается другая ошибка: D:nim-2.0.2libpureasyncmacro.nim(250, 31) Error: 'echoError (Async)' is not GC-safe as it calls 'msgBox'
msgbox - функция с библеотеки nigui, а туда я не смогу никак добавить асинхронность. I'm getting a different error: D:nim-2.0.2libpureasyncmacro.nim(250, 31) Error: 'echoError (Async)' is not GC-safe as it calls 'msgBox' msgbox is a function from the nigui library, and there's no way I can add asynchrony there.