metosin / sieppari

Small, fast, and complete interceptor library for Clojure/Script
Eclipse Public License 2.0
207 stars 21 forks source link

We need to add support for the other deferred types in manifold. #46

Closed dspiteself closed 3 years ago

dspiteself commented 4 years ago

SuccessDeferred does not have an implementation in sieppari.async.manifold

After accepting this patch and the other that included manifold ] AsyncContext in the perf test we the performance close to promesa. around 7us on my machine

We should consider implementing the async protocol on the interface manifold.deferred.IDeferred