mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4e7b6babe8
replace global_mrb with vm_list to support up to 8 concurrent mrb_state instances. sigalrm handler now ticks all registered VMs. first VM initializes timer, last VM stops timer. proper cleanup in hal_final. Co-authored-by: Claude <noreply@anthropic.com>