https://github.com/printercu/elevator_problem
https://github.com/printercu/elevator_problem
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/printercu/elevator_problem
- Owner: printercu
- Created: 2017-12-09T13:42:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T13:42:52.000Z (over 8 years ago)
- Last Synced: 2025-01-20T06:43:36.907Z (over 1 year ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElevatorProblem
## Usage
- Install ruby >= 2.4.
- `bin/setup`
- `bin/run`
## Technical details
It uses [celluloid](https://github.com/celluloid/celluloid) concurrency framework
which provides actors model similar to Akka or Erlang.
## Development
After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests. You can also run `bin/console`
for an interactive prompt that will allow you to experiment.