ane / task

simple and functional concurrency primitives for Clojure

Home Page:https://ane.github.io/task/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow tracing asynchronous call tree execution time

esuomi opened this issue · comments

Essentially I'd like to get call trees with lengths in same spirit as Zipkin from my async calls to see the overall parallelism and delay structure of my fancy calls.

https://github.com/guilespi/clj-zipkin is also available for use.