Packages

p

cats.effect

internals

package internals

Source
package.scala
Linear Supertypes
AnyRef, Any

Type Members

  1. final class TracingPlatform 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 combinators, we are opting to define it in a Java source file to avoid the volatile access.

    INTERNAL API.

Inherited from AnyRef

Inherited from Any

Ungrouped