Files
Yukihiro "Matz" Matsumoto 8956c5abb5 mruby.h: include mruby/presym.h for all source files
Since presym is now mandatory, mruby.h includes presym.h so that
MRB_SYM() macros are available everywhere without explicit include.
Remove redundant #include <mruby/presym.h> from all source files.

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-09 16:50:58 +09:00
..
2021-03-01 10:06:17 +10:00
2021-05-03 23:17:04 +09:00
2024-05-09 17:08:27 +09:00

Sleep Module for mruby

mruby sleep module

Install by mrbgems

  • add conf.gem line to your build configuration.
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :core => 'mruby-sleep'
end

Example

sleep(10)
usleep(10000)

License

under the MIT License: