Bugfixes & Renaming
- Fix race condition on
setvalue
andsetexception
- Rename
Future
toPromise
. AFuture
is now a read-only version of aPromise
.
setvalue
and setexception
Future
to Promise
. A Future
is now a read-only version of a Promise
.