celluloid-promise 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/celluloid-promise/q.rb +1 -1
- data/lib/celluloid-promise/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjRkODIzNWFkZDAwNWQyZjlmZDI5ZjI1NGI4MDZjOTgzNWQ4ZDMxYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjM0N2I0YzUxNzViMDY2YTc4MjIwMjRlNmQ2YzhmZGYwMzMzYmVjOA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YmFiN2ZmNjM5YzQzYThkOWRhMTJkNjgzNDI0NzVlNTllMjJjOWE1YjY2YTdm
|
|
10
|
+
ZjM3NWI0MTY2ZDZkOTRhMTgyYWY3YzdjOWQyYzE4NjJlNzMzYTRmMmZkOWYz
|
|
11
|
+
N2YxNTI1MjgwYTI4NGY5NDRhYTRmM2U3YmIyYTU5MGE2NWZhOGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDUwNzllYzMxNzRhOWZiZjBkODUwYmE0NjI0ZjQ3MmQ4ZGQ5YjBkNTQ1YTk1
|
|
14
|
+
NjU4MGRjNDg0ZjEwMzRhYmY1YjExMjk3ZTM5YTkzYmMyMzZhMGMyZWMwZjFj
|
|
15
|
+
NDY0OWU5Y2E4NzdkNzMyZjk3NmRkYjNlMGI0YTMwNWNhNDA2MmQ=
|
data/lib/celluloid-promise/q.rb
CHANGED
|
@@ -331,7 +331,7 @@ module Celluloid
|
|
|
331
331
|
# This is the primary interface for creating promises
|
|
332
332
|
# The coordinator selects the reactor for the current promise chain
|
|
333
333
|
#
|
|
334
|
-
|
|
334
|
+
Promise::Coordinator.supervise_as :Q
|
|
335
335
|
module Q
|
|
336
336
|
def self.defer
|
|
337
337
|
Actor[:Q].defer
|