tboox / tbox

🎁 A glib-like multi-platform c library
https://docs.tboox.org
Apache License 2.0
4.89k stars 725 forks source link

stackless 协程是全平台都支持的吗? #268

Closed cuicanju closed 1 month ago

cuicanju commented 1 month ago

因为看到文档中 stackfull 协程仅支持几个平台, 但是源码中 stackless 并不需要使用特定平台换栈的汇编所以是不是stackless协程全平台都可用. 例如 mips64 ppc 之类的

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Title: Stackless coroutines are supported by all platforms?

Note: If it is a problem report or feature request, please select the corresponding issues template, otherwise there will be no reply.

Describe the problem details

Please describe the details of your problem here.

waruqi commented 1 month ago

可以

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Can