This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Description
From the README
This relies on single-threadedness for the duration of a span.
I would like to try using this with https://github.com/juxt/yada/
An alternative design would be to have a lower "core" api where the context (tracer, parent span) would have to be passed explicitly, and another namespace (maybe "sweet" as midje does?) that behaves like the current api.
What do you think?