Tue, 29 Nov 2011 21:29:53 +0100 | wenzelm | separate compilation of PIDE vs. Pure sources, which enables independent Scala library; | file | diff | annotate |
Mon, 28 Nov 2011 22:18:19 +0100 | wenzelm | explicit indication of modules for independent Scala library; | file | diff | annotate |
Sun, 29 Aug 2010 19:04:29 +0200 | wenzelm | use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled; | file | diff | annotate |
Tue, 05 Jan 2010 13:45:17 +0100 | wenzelm | added Promise.fulfill_result; | file | diff | annotate |
Mon, 04 Jan 2010 18:54:22 +0100 | wenzelm | added Future.promise -- essentially a single-assignment variable with signalling, using the Future interface; | file | diff | annotate |
Fri, 01 Jan 2010 21:26:02 +0100 | wenzelm | Future values -- Scala version. | file | diff | annotate |