Method: Fiber#graceful_shutdown=
- Defined in:
- lib/polyphony/extensions/fiber.rb
#graceful_shutdown=(graceful) ⇒ bool
Sets the graceful shutdown flag for the fiber.
131 132 133 |
# File 'lib/polyphony/extensions/fiber.rb', line 131 def graceful_shutdown=(graceful) @graceful_shutdown = graceful end |