Module: Bob::Engine

Defined in:
lib/bob/engine.rb,
lib/bob/engine/threaded.rb

Overview

Different engines to run code in background. An engine is any object that responds to #call and takes a Proc object, which should be executed “in the background”. The different engines are:

Defined Under Namespace

Classes: Threaded

Constant Summary collapse

Foreground =
lambda {|b| b.call }