|
|
|
|
|
by NeutralForest
236 days ago
|
|
What bothers me, for example in Python, with the function coloring is that it creeps everywhere and you need to rewrite your functions to accommodate async. I think being able to take and return futures or promises and handle them how you wish is better ergonomics. |
|
You can do that. If you don't await an async call, you have a future object that you can handle however you want.