|
|
|
|
|
by woolvalley
2692 days ago
|
|
I don't have a lot of golang experience, but from what I can see here, golang doesn't really either: https://tour.golang.org/concurrency/1 Channels seem like a simple thread safe stream for the most part, which you can get with Rx. |
|