https://github.com/coderhs/multi_processing_example
A collection of example scripts to learn multiprocessing in ruby
https://github.com/coderhs/multi_processing_example
Last synced: 10 months ago
JSON representation
A collection of example scripts to learn multiprocessing in ruby
- Host: GitHub
- URL: https://github.com/coderhs/multi_processing_example
- Owner: coderhs
- Created: 2013-10-10T07:41:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-13T17:31:19.000Z (over 12 years ago)
- Last Synced: 2025-02-10T06:13:02.938Z (12 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Purpose of this repo?
This repository have example ruby scripts that I used, to learn how multi processing and threads work in Ruby.