Sha256: 39a1d89dc1335f2e1287cb3e13e95ce315cdc6edb413ca95e188d21da2f915fe
Contents?: true
Size: 375 Bytes
Versions: 93
Compression:
Stored size: 375 Bytes
Contents
--- layout: page title: Polyphony::Restart parent: API Reference permalink: /api-reference/polyphony-restart/ --- # Polyphony::Restart `Polyphony::Restart` is an exception class used to restart a fiber. Applications will not normally raise a `Polyphony::Restart` exception, but would rather use `Fiber#restart`. ```ruby f = spin { do_something_slow } ... f.restart ... ```
Version data entries
93 entries across 93 versions & 1 rubygems