tabdulradi / puretracing

opentracing for pure applications
Apache License 2.0
17 stars 6 forks source link

fs2 example #11

Open tabdulradi opened 5 years ago

tabdulradi commented 5 years ago

Puretracing already support cats effect. In theory propagation through an fs2 stream is possible if the definition of the stream abstracts over the effect.

The aim of this task is to write an example application to show how the wiring could be done.