Sha256: 604767302ecc4b6e5c63a9f18aec3f125ae3be7b96de6ea05a1c589b9f88347a
Contents?: true
Size: 1019 Bytes
Versions: 4
Compression:
Stored size: 1019 Bytes
Contents
# SoarThreadWorker [![Build Status](http://soar-ci.dev.auto-h.net:8080/job/soar_thread_worker/badge/icon)](http://soar-ci.dev.auto-h.net:8080/job/soar_thread_worker) This gem provides the thread worker that workers in the SOAR architecture can extend from for threading purposes. ```ruby class MyWorker < SoarThreadWorker::ThreadWorker end @worker = MyWorker.new @worker.start ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'soar_thread_worker' ``` And then execute: $ bundle Or install it yourself as: $ gem install soar_thread_worker ## Testing Run the rspec test tests: $ bundle exec rspec -cfd spec ## Usage ## Detailed example ## Contributing Bug reports and feature requests are welcome by email to barney dot de dot villiers at hetzner dot co dot za. This gem is sponsored by Hetzner (Pty) Ltd (http://hetzner.co.za) ## Notes ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
soar_thread_worker-0.2.1 | README.md |
soar_thread_worker-0.2.0 | README.md |
soar_thread_worker-0.1.1 | README.md |
soar_thread_worker-0.1.0 | README.md |