Look at a typical async service written in Go, for...
# coroutines
e
Look at a typical async service written in Go, for example. Because all functions in Go are suspending nobody uses any futures or Rx in there, because they don’t have to