Skip to content

coporlock/mruby-process-win32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mruby-process

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :git => 'https://github.com/iij/mruby-process.git'
end

Features

  • Proccess ::waitpid, ::pid, ::kill, ::fork, ::ppid

License

This software is licensed under the same license terms of the original mruby.

About

Process module for mruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Ruby 3.4%