mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
34205d6ba3
change sleep_us_impl and sleep_ms_impl parameters from mrb_int to uint32_t. this makes the type requirement explicit and resolves msvc warning c4244. all type conversions happen at ruby boundary functions after validation. Co-authored-by: Claude <noreply@anthropic.com>