Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <COROUTINE_H>
Go to the source code of this file.
Macros | |
#define | COROUTINE_STACK_LOCAL(type, name) type name##_local; type * name = &name##_local |
#define | COROUTINE_STACK_FREE(name) |