Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in continuations

Processing a tree in F# using continuations

lambda f# continuations

Implementing Seq[T] for CPS-Classes

How could I implement an early return from outside the body of a method in Scala?

Equational reasoning with tying the knot

Is it possible to continue with task C after A and B run to completion without fault or cancellation using a single TPL method?

Complex Continuation in F#

Play's continuations holding http threads

Reacting to Task completion: `.ContinueWith()` vs `GetAwaiter().OnCompleted()`

How to define exceptions in scheme using a dynamic variable and abortive control?

Formal definition of Scala continuations

scala continuations

Is this an appropriate use of ContT?

Simplest example of backwards continuations in Scheme without explicit mutation

Continuation (call/cc) in Scheme

scheme continuations callcc

Understanding continuations in JavaScript

javascript continuations

async/await vs. hand made continuations: is ExecuteSynchronously cleverly used?

Help with dynamic-wind and call/cc

scheme racket continuations

Does the continuation + tail recursion trick actually trade stack space for heap space?

Specifics of call/cc

scheme continuations callcc

Is Rhino the only interpreter with support for sandboxing and serializable continuations?

What's the benefit of scalaz.concurrent.Future, in comparison to scalaz.ContT[Trampoline, Unit, ?]