Files
mruby-mruby/mrbgems/mruby-sleep
2021-03-09 04:35:03 +10:00
..
2021-03-01 10:06:17 +10:00
2021-03-09 04:35:03 +10: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: