Skip to content

inre/fibre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibre

Fibre - fiber pool with events

Installation

Add this line to your application's Gemfile:

gem 'fibre'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fibre

Initialize pool:

Fibre.pool_size = 10

Usage

Fibre.pool_size = 10
Fibre.pool.checkout do
  puts "runned in fiber"
end

About

Fiber pool for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages