xpool 0.9.0.1 → 0.9.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.txt +1 -1
- data/lib/xpool.rb +1 -3
- data/lib/xpool/version.rb +1 -1
- metadata +3 -3
data/ChangeLog.txt
CHANGED
data/lib/xpool.rb
CHANGED
@@ -71,9 +71,7 @@ class XPool
|
|
71
71
|
|
72
72
|
#
|
73
73
|
# A graceful shutdown of the pool.
|
74
|
-
#
|
75
|
-
# All busy subprocesses finish up any code they're running & exit normally
|
76
|
-
# afterwards.
|
74
|
+
# Each subprocess in the pool empties its queue and exits normally.
|
77
75
|
#
|
78
76
|
# @param [Fixnum] timeout
|
79
77
|
# An optional amount of seconds to wait before forcing a shutdown through
|
data/lib/xpool/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xpool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0.
|
4
|
+
version: 0.9.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
version: '0'
|
69
69
|
segments:
|
70
70
|
- 0
|
71
|
-
hash:
|
71
|
+
hash: -610761221262095322
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
none: false
|
74
74
|
requirements:
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
version: '0'
|
78
78
|
segments:
|
79
79
|
- 0
|
80
|
-
hash:
|
80
|
+
hash: -610761221262095322
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
83
|
rubygems_version: 1.8.23
|