orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
272 stars 40 forks source link

Investigate not unwinding stack traces with handler-bind vs handler-case #94

Open orthecreedence opened 10 years ago

orthecreedence commented 10 years ago

cl-async uses handler-case in a number of places. Perhaps using handler-bind instead would be better: http://lisptips.com/post/95388218344/declining-to-handle-a-condition. Need to keep in mind that a larger conversion would need to happen if using handler-bind in cl-async-future.