Package

quasar

fs

Permalink

package fs

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class MoveSemantics extends AnyRef

    Permalink
  2. sealed abstract class PathError extends AnyRef

    Permalink

Value Members

  1. object MoveSemantics

    Permalink

    NB: Certain write operations' consistency is affected by faithful support of these semantics, thus their consistency/atomicity is as good as the support of these semantics by the interpreter.

    NB: Certain write operations' consistency is affected by faithful support of these semantics, thus their consistency/atomicity is as good as the support of these semantics by the interpreter.

    Currently, this allows us to implement all the write scenarios in terms of append and move, however if this proves too difficult to support by backends, we may want to relax the move semantics and instead add additional primitive operations for the conditional write operations.

  2. object PathError

    Permalink

Ungrouped