Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsumotory/mruby-sleep
mruby-sleep
https://github.com/matsumotory/mruby-sleep
Last synced: about 2 months ago
JSON representation
mruby-sleep
- Host: GitHub
- URL: https://github.com/matsumotory/mruby-sleep
- Owner: matsumotory
- Created: 2013-01-09T10:12:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T11:31:29.000Z (about 7 years ago)
- Last Synced: 2024-10-18T18:22:07.321Z (3 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 7
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sleep Module for mruby
mruby sleep module## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|# ... (snip) ...
conf.gem :git => 'https://github.com/matsumoto-r/mruby-sleep.git'
end
```## example
```ruby
Sleep::sleep(10)
Sleep::usleep(10000)
```# License
under the MIT License:* http://www.opensource.org/licenses/mit-license.php