gatoatigrado / vimap

Variations on imap
Other
12 stars 7 forks source link

implement support for worker timeouts #5

Open blampe opened 11 years ago

blampe commented 11 years ago
# TODO: Implement timeout in joining workers

This would be especially nice for long-running workers, where situations may cause them to hang almost indefinitely (e.g., waiting on read-only mode). In those cases, if we haven't gotten any results back after timeout seconds have elapsed, we could maybe return a 'timeout' result type.

blampe commented 10 years ago

This would still be super awesome :)