|
|
|
|
|
by scotty79
574 days ago
|
|
Async infrastructure allows your stuff to be sync or async. While sync infrastructure forces your stuff to be sync. If anything sync (not async) infects everything you do. Of course it depends if you call the infrastructure (then it's better for it to be sync) of if the infrastructure calls you (then it's better to be async). Rendering engine is something you rarely call, but it often calls your functions. |
|
https://journal.stuffwithstuff.com/2015/02/01/what-color-is-...