From a90b3266be4e995f2f1d202c93086c4e4aa5856a Mon Sep 17 00:00:00 2001 From: Kalpesh Shirodker Date: Thu, 24 Sep 2015 17:46:31 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57188aa..7fbbd4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# timeoutqueue +# timeoutqueue - Execute functions asynchronously A simple library for executing functions asynchronously. A completed callback will be invoked, once all functions in the queue have completed executing.