Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

soar_thread_worker

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soar_thread_worker

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

SoarThreadWorker

Build Status

This gem provides the thread worker that workers in the SOAR architecture can extend from for threading purposes.

class MyWorker < SoarThreadWorker::ThreadWorker
end
@worker = MyWorker.new
@worker.start

Installation

Add this line to your application's Gemfile:

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.

FAQs

Package last updated on 17 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc