|
|
|
|
|
by gpderetta
886 days ago
|
|
That's a bit of nonsense. As far as I know, all functions are sync in go. The fact that they are implemented async in the runtime with an user-space scheduler is irrelevant (you could otherwise make the point that there are truly no sync functions). If we call the go programming model async, the word has completely lost all meanings. |
|