mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ee398ddcdc
Rename sleep_ms_impl to sleep_us_impl as the base implementation, providing true microsecond precision for usleep. sleep_ms_impl now simply calls sleep_us_impl with converted values. This ensures usleep provides proper microsecond granularity instead of losing precision by converting to milliseconds. Co-authored-by: Claude <noreply@anthropic.com>