alive?

fiber.alive? â true or false
Instance Public methods

Returns true if the fiber can still be resumed (or transferred to). After finishing execution of the fiber block this method will always return false. You need to require 'fiber' before using this method.

doc_ruby_on_rails
2015-04-05 19:00:15
Comments
Leave a Comment

Please login to continue.