mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4499daf88e
remove MRB_TASK_CREATED and MRB_TASK_STOPPED from mrb_fiber_state enum and define them as aliases to MRB_FIBER_CREATED and MRB_FIBER_TERMINATED. this makes the relationship between tasks and fibers clearer and avoids artificially extending the enum with semantically equivalent values. Co-authored-by: Claude <noreply@anthropic.com>