Skip to content

Commit

Permalink
update the library and substitute "future_1" with "future<void>"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Oct 6, 2014
1 parent 4899044 commit 230bdec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ can be retrieved through the future's 3 public methods:
the wrapped function finish running.The suspension will be done
without blocking the current thread leaving free to perform other tasks.

recommending reading up on C#'s await keyword to get a sense of how this feature works.

recommending reading up on C#'s await keyword to get a sense of how .await() works.

Example use case for the Task::run().then() API can be found here[0]. Additional example is [2] where an API is
declared and [3] where the declared API is used.
Expand Down

0 comments on commit 230bdec

Please sign in to comment.