mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-05 05:24:49 +00:00
FutureVar[T] parameters are now completed automatically.
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user