Control

scala.caps.Control
trait Control extends Sharable, Classifier

Base trait for capabilities that capture some continuation or return point in the stack. Examples are exceptions, labels, Async, CanThrow.

Attributes

Experimental
true
Source
package.scala
Graph
Supertypes
trait Sharable
trait Classifier
trait Capability
class Object
trait Matchable
class Any
Show all
Known subtypes
class CanThrow[E]
In this article