¡@

Home 

c# Programming Glossary: continuation

HttpClient.GetAsync(…) never returns when using await/async

http://stackoverflow.com/questions/10343632/httpclient-getasync-never-returns-when-using-await-async

Tasks API the code always seems to work when using only continuations. Here's some code which reproduces the problem drop this into.. ApiController summary Retrieves data using continuations summary protected Task string Continuations_GetSomeDataAsync.. and test3 Continuations_GetSomeDataAsync schedules the continuation to the thread pool outside the ASP.NET request context. This..

A generic error occurred in GDI+, JPEG Image to MemoryStream

http://stackoverflow.com/questions/1053052/a-generic-error-occurred-in-gdi-jpeg-image-to-memorystream

filter ActionExecutingContext preContext Func`1 continuation InnerException OK things I have tried so far. Cloning the image..

await vs Task.Wait - Deadlock?

http://stackoverflow.com/questions/13140523/await-vs-task-wait-deadlock

completes the remainder of the method is scheduled as a continuation. You also mentioned a cooperative block by which I assume you..

Using Protobuf-net, I suddenly got an exception about an unknown wire-type

http://stackoverflow.com/questions/2152978/using-protobuf-net-i-suddenly-got-an-exception-about-an-unknown-wire-type

up to 64 bits base 128 encoded with the MSB indicating continuation used as the default for integer types including enums 1 64 bit..

Best way to copy between two Stream instances

http://stackoverflow.com/questions/230128/best-way-to-copy-between-two-stream-instances

output Code from here on will be run in a continuation. Note that depending on where the call to CopyToAsync is made.. captured when calling await will determine what thread the continuation will be executed on. Additionally this call and this is an implementation..

How could the new async feature in c# 5.0 be implemented with call/cc?

http://stackoverflow.com/questions/4070237/how-could-the-new-async-feature-in-c-sharp-5-0-be-implemented-with-call-cc

that will be in c# 5.0. I have a basic understanding of continuation passing style and of the transformation the new c# compiler.. ArchiveAsync document I know that some languages implement continuations natively via call with current continuation callcc but I don't.. implement continuations natively via call with current continuation callcc but I don't really understand how that works or what..