replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

chore: minor fixes #114

Open whilo opened 9 months ago

whilo commented 9 months ago

Do not use assertions as we do not catch Errors in async stacks as it is considered bad practice (JVM state is undefined after Errors in general and they should be logged as soon as possible instead of being passed around).