|
|
|
|
|
by xh-dude
1451 days ago
|
|
Hmm, the std lib uses channels for a variety of scheduling hook sorts of things - contexts, timers, os signals for example. That’s maybe just a little narrower than how Go users can use them - they aren’t really for transport, but for synchronization (just as useful for no or small payloads as large ones). It doesn’t similarly expose mutexes that package clients have to fiddle with. |
|