标签: scala scalaz-zio
我知道FiberRef与Java ThreadLocal等效。但是,如何存储光纤特定的信息以产生副作用代码?基本上,我正在寻找类似于monix.execution.misc.Local的东西,以便朝着 Oleg Pyzhcov post on better logging with Monox。
FiberRef
ThreadLocal