final case classQuasar(interp: ~>[CoreEff, QErrs_TaskM], shutdown: Task[slamdata.Predef.Unit]) extends Product with Serializable
The Quasar Filesystem. Contains the CoreEff that can be used to interpret most
operations. Also has convenience methods for executing common operation within Task.
The shutdown task should be called once you are done with it.
shutdown
Trigger the underlying connector drivers to shutdown cleanly.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
The Quasar Filesystem. Contains the
CoreEff
that can be used to interpret most operations. Also has convenience methods for executing common operation withinTask
. Theshutdown
task should be called once you are done with it.Trigger the underlying connector drivers to shutdown cleanly.