|
|
|
|
|
by h-cobordism
2231 days ago
|
|
(1) That sounds like a recipe to unintentionally miss a ton of concurrency. Having to put an `await` there is a great indicator that you're forcing an order of execution. (2) Can you give an example of an async and a non-async subroutine that have "the same semantics"? |
|
2. sleep vs. delay in either C# or Kotlin.