goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
319 stars 26 forks source link

Promise: Async func and Await #545

Open xushiwei opened 2 months ago

xushiwei commented 2 months ago

JavaScript:

image

C++: https://en.cppreference.com/w/cpp/language/coroutines

xushiwei commented 2 months ago

See llgo/x/io Design