|
|
|
|
|
by klabb3
1243 days ago
|
|
This! I wish Go made context implicit and inherited from the caller, and propagated down to IO by default, to remove the last function coloring problem. This would do the right thing in the 99% of sequential code, and could be overridable the same way as today for power use cases. There are TONS of deadlocks floating around 3p library code due to the complexity and confusion around managing deadlines and context-triggered IO interrupts. |
|