llgo/x/io: Promise: Async/Await

This commit is contained in:
xushiwei
2024-07-22 19:34:49 +08:00
parent 12b6abe6a3
commit 06a3e278ff
3 changed files with 112 additions and 0 deletions

1
c/c.go
View File

@@ -28,6 +28,7 @@ const (
)
type (
Void = [0]byte
Char = int8
Float = float32
Double = float64