We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052f25c commit 6d536ceCopy full SHA for 6d536ce
1 file changed
README.md
@@ -27,7 +27,7 @@ import (
27
)
28
29
// Example of async function
30
-func foo() zen.Future[string] {
+func foo() *zen.Future[string] {
31
return zen.Async(func() (string, error) {
32
// Imitate work
33
time.Sleep(time.Second)
0 commit comments