|
|
|
|
|
by morelisp
1233 days ago
|
|
Additionally, the approach in the article doesn't support anything like unbuffered channels, which is the default (for good reason) in Go. Even for a first approximation, the return type of `write` needs to be `Promise<void>`. So even the send operation is not quite right. |
|