koishi
koishi copied to clipboard
Decently portable C11 coroutine library
Much like @omar-polo at https://github.com/taisei-project/taisei/issues/372 , I'm trying Taisei 1.4 in OpenBSD. Much like Omar, the game crashes at the beginning of the first level, but for a different reason:...
This is a backend that uses the high-level call/cc C++ API from boost.context. This should in theory support CET (shadow stacks). It's an attempt to address #6 until CET support...
Hello! Is context switching support planed for ESP32? For example ESP32 DEVKITV1 (ESP-WROOM-32). I've found following: - [Context switch in FreeRTOS](https://www.esp32.com/viewtopic.php?t=4296) - [freertos Co-routine](https://www.freertos.org/croutineapi.html) - [Tasks and Co-routines](https://www.freertos.org/taskandcr.html)