|
|
|
|
|
by dwattttt
333 days ago
|
|
> the only solution is to make everything of one kind That's not really the case. All you really need is a way to run async code from a sync function; "keep doing this async thing until it's done" is the primitive you need, and some languages/runtimes offer this. |
|