CpsNotChange

cps.plugin.annotation.CpsNotChange
case class CpsNotChange() extends StaticAnnotation

mark that the function, whcih accept CpsMonadContext as parameter, but signature does not changed during cps transformation.

(such function live outside of cps-transformed code and can't contain suspend/await/reflect/...) It is usefull for intergnal implementation of context frameworks, FFI and integration with non-cps code.

Attributes

Source
CpsNotChange.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product