Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhuozhi committed Jul 23, 2024
1 parent 258434c commit 203ab5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 203ab5b

Please sign in to comment.