Packages

p

cats.effect

internals

package internals

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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.

Value Members

  1. object RingBuffer

Inherited from AnyRef

Inherited from Any

Ungrouped