From 203ab5b56a8384120789ca67ff3a3896b21a4a5b Mon Sep 17 00:00:00 2001 From: jizhuozhi Date: Tue, 23 Jul 2024 11:52:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fb4721..ed72fff 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The `Promise` provides a facility to store a value or an error that is later acquired asynchronously via a `Future` created by the `Promise` object. Note that the `Promise` object is meant to be used only once. +Except for `Async`, all functions are event-driven, which means that no additional goroutines will be created to increase runtime scheduling overhead. + ## Benchmark ```