Packages

p

cats.effect

tracing

package tracing

Type Members

  1. final class TracingConstants extends AnyRef

    Holds platform-specific flags that control tracing behavior.

    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 IO constructors, we are opting to define it in a Java source file to avoid the volatile access.

    INTERNAL API with no source or binary compatibility guarantees.

Ungrouped