bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime
https://www.bastion-rs.com
Apache License 2.0
2.79k stars 103 forks source link

Distributor: Add request_timeout function #332

Open cbonaudo opened 3 years ago

cbonaudo commented 3 years ago

As discussed with Ignition, a request_timeout function can be useful as a timeout-able alternative to the request fn. It seems to work as is ("proven" by the tests), but I am open to suggestions of improvements or anything. Thanks for your time.

Checklist