cps.features

package cps.features

Type members

Classlikes

Companion
object

marker object for value discarding. When this object is imported into current scope, then discarding values inside async block is translated to summon[ValueDiscard[T]].apply()

marker object for value discarding. When this object is imported into current scope, then discarding values inside async block is translated to summon[ValueDiscard[T]].apply()

Companion
class

marker object for warning about value discarding.

marker object for warning about value discarding.