|
|
|
|
|
by giovannibonetti
1092 days ago
|
|
> And, of course, async/non-blocking calls, as tracing a call along different threads or promises may not be available all the time. I think there is still hope on that front. Following structured concurrency patterns like the supervisor model should handle it. See the discussion about "Notes on structured concurrency, or: Go statement considered harmful" [1]. [1] https://news.ycombinator.com/item?id=16921761 |
|