src/Pure/Concurrent/future.scala
Tue, 29 Aug 2023 17:53:36 +0200 wenzelm clarified signature: prefer enum types;
Tue, 28 Feb 2023 14:13:50 +0100 wenzelm tuned whitespace;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Sun, 10 Jan 2021 13:04:29 +0100 wenzelm more informative errors: simplify diagnosis of spurious failures reported by users;
Sun, 05 Apr 2020 13:05:40 +0200 wenzelm clarified names;
Sat, 04 Apr 2020 21:16:06 +0200 wenzelm clarified signature;
Sat, 04 Apr 2020 19:18:19 +0200 wenzelm clarified signature;
Mon, 24 Oct 2016 12:16:12 +0200 wenzelm discontinued unused / untested distinction of separate PIDE modules;
Wed, 27 Jan 2016 14:09:58 +0100 wenzelm proper try_run for exactly one evaluation of body (amending 91c3aedbfc5e);
Tue, 03 Nov 2015 17:53:09 +0100 wenzelm tuned signature;
Tue, 03 Nov 2015 16:35:38 +0100 wenzelm more direct task future implementation, with proper cancel operation;
Tue, 03 Nov 2015 13:54:34 +0100 wenzelm clarified modules;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Wed, 14 Jan 2015 16:23:33 +0100 wenzelm added Promise.cancel;
Tue, 12 Aug 2014 15:46:20 +0200 wenzelm tuned;
Mon, 23 Jun 2014 12:54:48 +0200 wenzelm more on "Futures";
Fri, 25 Apr 2014 22:10:03 +0200 wenzelm just one default thread pool (which is hardwired to Runtime.availableProcessors);
Wed, 23 Apr 2014 15:57:06 +0200 wenzelm tuned;
Wed, 23 Apr 2014 15:22:48 +0200 wenzelm modernized Future/Promise implementation, bypassing old actors;
Tue, 22 Apr 2014 23:57:17 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 29 Nov 2011 21:29:53 +0100 wenzelm separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
Mon, 28 Nov 2011 22:18:19 +0100 wenzelm explicit indication of modules for independent Scala library;
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;
Tue, 05 Jan 2010 13:45:17 +0100 wenzelm added Promise.fulfill_result;
Mon, 04 Jan 2010 18:54:22 +0100 wenzelm added Future.promise -- essentially a single-assignment variable with signalling, using the Future interface;
Fri, 01 Jan 2010 21:26:02 +0100 wenzelm Future values -- Scala version.
less more (0) tip