socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.1k stars 86 forks source link

add option to propogate_errors #143

Closed wjwatkinson closed 2 years ago

wjwatkinson commented 2 years ago

Description

Give users the option to have their tasks operate like the rest of Ruby and have all errors, including StandardError, raised without explicitly having to wait, or call result.

Types of Changes

Testing