FutureVar[T] parameters are now completed automatically.

This commit is contained in:
Dominik Picheta
2016-09-25 16:05:22 +02:00
parent 242af696dd
commit 927fce4c7f
4 changed files with 114 additions and 17 deletions

View File

@@ -104,6 +104,9 @@ Library Additions
- Added a new macro called ``multisync`` allowing you to write procedures for
synchronous and asynchronous sockets with no duplication.
- The ``async`` macro will now complete ``FutureVar[T]`` parameters
automatically unless they have been completed already.
Compiler Additions
------------------