Sökning: "Delimited Continuations"

Hittade 1 uppsats innehållade orden Delimited Continuations.

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

    Master-uppsats, Programvara och system; Tekniska högskolan

    Författare :Joakim Eriksson; [2013]
    Nyckelord :Scala; Akka; State Machine; FSM; Asynchronous; Communication; Protocol; Delimited Continuations; CPS;

    Sammanfattning : 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. LÄS MER