diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-25 16:05:22 +0200 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-25 16:05:22 +0200 |
commit | 927fce4c7fdd2e2d505de0149d2b74a2ba333da6 (patch) | |
tree | 0b406e5b08eb9843f89ec03d7a6c67ee54d7b110 /web/news | |
parent | 242af696ddea7e2185ab664299f375ba19d84afc (diff) | |
download | Nim-927fce4c7fdd2e2d505de0149d2b74a2ba333da6.tar.gz |
FutureVar[T] parameters are now completed automatically.
Diffstat (limited to 'web/news')
-rw-r--r-- | web/news/version_0_15_released.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index a5d2e77bd..490b5ca37 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -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 ------------------ |