mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
garbage collect context (fiber) properly
This commit is contained in:
@@ -74,6 +74,8 @@ struct mrb_context {
|
||||
int rsize;
|
||||
struct RProc **ensure;
|
||||
int esize;
|
||||
|
||||
struct RFiber *fib;
|
||||
};
|
||||
|
||||
enum gc_state {
|
||||
|
||||
Reference in New Issue
Block a user