corda/test/extra
Joel Dice 91e4d2b4a1 quick sketch of composable continuation implementation
I've been told by knowledgeable people that it is impossible to
implement composable continuations (AKA delimited continuations AKA
shift/reset) in terms of call-with-current-continuation.  Since I
don't yet understand why that is, I figured it would help my
understanding to attempt it and see how it fails.
2014-03-21 07:38:28 -06:00
..
ComposableContinuations.java quick sketch of composable continuation implementation 2014-03-21 07:38:28 -06:00
Continuations.java move continuations tests into test/extra 2009-05-25 23:30:40 -06:00
Coroutines.java move continuations tests into test/extra 2009-05-25 23:30:40 -06:00
DumpStats.java add QueryDump heap dump analysis tool 2010-11-22 10:04:28 -07:00
DynamicWind.java move continuations tests into test/extra 2009-05-25 23:30:40 -06:00
Memory.java move extra tests (not run as part of "make test") into "extra" package 2009-05-16 02:01:32 -06:00
PrintDump.java name VM-internal classes for heapdump=true builds 2010-11-16 09:31:49 -07:00
QueryDump.java add QueryDump heap dump analysis tool 2010-11-22 10:04:28 -07:00
RuntimeExec.java move extra tests (not run as part of "make test") into "extra" package 2009-05-16 02:01:32 -06:00
SendFile.java move extra tests (not run as part of "make test") into "extra" package 2009-05-16 02:01:32 -06:00
SendServer.java move extra tests (not run as part of "make test") into "extra" package 2009-05-16 02:01:32 -06:00
Sockets.java make Sockets test Java6-compilable, make it more generic, and move it to 'extra' 2013-11-08 10:05:53 -07:00
Tails.java add tail call test 2011-03-15 17:51:32 -06:00