mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
97eed4493f
Run on pull request only Using https://www.npmjs.com/package/markdownlint-cli Lint Markdown for rules: - MD009/no-trailing-spaces - MD012/no-multiple-blanks - MD022/blanks-around-headings - MD031/blanks-around-fences - MD032/blanks-around-lists
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: