mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add Fiber's double resume test and fix it.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ typedef struct {
|
||||
enum mrb_fiber_state {
|
||||
MRB_FIBER_CREATED = 0,
|
||||
MRB_FIBER_RUNNING,
|
||||
MRB_FIBER_RESUMED,
|
||||
MRB_FIBER_SUSPENDED,
|
||||
MRB_FIBER_TERMINATED,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user