package internal
- Source
- package.scala
Linear Supertypes
Type Members
- final class TracingPlatform extends AnyRef
All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan
All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan
Holds platform-specific flags that control tracing behavior.
The Scala compiler inserts a volatile bitmap access for module field accesses. Because the
tracingMode
flag is read in various Task combinators, we are opting to define it in a Java source file to avoid the volatile access.INTERNAL API.