We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af282b7 commit 27e81e3Copy full SHA for 27e81e3
lib/concurrent/promises.rb
@@ -165,7 +165,7 @@ def resolved_event(default_executor = self.default_executor)
165
# @overload create(value, default_executor = self.default_executor)
166
# @param [Object] value when none of the above overloads fits
167
# @return [Future] a fulfilled future with the value.
168
- def create(argument = nil, default_executor = self.default_executor)
+ def make_future(argument = nil, default_executor = self.default_executor)
169
case argument
170
when AbstractEventFuture
171
# returning wrapper would change nothing
0 commit comments