|
|
|
|
|
by modulared
90 days ago
|
|
> since the compiler cannot inline across await. Is this stated somewhere? A simple search online yields nothing, and just testing it out on godbolt the compiler does inline at least simple async functions as mentioned in the article. |
|