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
- Known subtypes
- 
    class CanThrow[E]
In this article