Essays about: "Delimited Continuations"

Found 1 essay containing the words Delimited Continuations.

  1. 1. Representation of asynchronous communication protocols in Scala and Akka

    University essay from Programvara och system; Tekniska högskolan

    Author : Joakim Eriksson; [2013]
    Keywords : Scala; Akka; State Machine; FSM; Asynchronous; Communication; Protocol; Delimited Continuations; CPS;

    Abstract : This thesis work investigates how to represent protocols for asynchronous communication in the Scala programming language and the Akka actor framework, to be run on Java Virtual Machine (JVM). Further restrictions from the problem domain - the coexistence of multiple protocol instances sharing the same Java thread - imply that neither an asynchronous call waiting for response nor anything else can block the underlying Java threads. READ MORE