From d20e4e0df4a384c4b3249eda8a487d998e9eee47 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 7 Apr 2014 01:59:17 +0200 Subject: [PATCH] updated news.txt --- web/news.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/news.txt b/web/news.txt index 536cce5349..4aaf109927 100644 --- a/web/news.txt +++ b/web/news.txt @@ -30,7 +30,7 @@ kqueue has not been implemented yet but will be in the future. The Asynchronous IO API provides both a callback interface and an interface which allows you to write code as you would if you were writing synchronous code. The latter is done through -the use of an ``await`` keyword which behaves similar to C#'s await. The +the use of an ``await`` macro which behaves similar to C#'s await. The following is a very simple chat server demonstrating Nimrod's new async capabilities. @@ -59,6 +59,11 @@ capabilities. serve() runForever() + +Note that this feature has been implemented with Nimrod's macro system and so +``await`` and ``async`` are no keywords. + + Library Additions -----------------