Closed borodust closed 8 years ago
Engine is essentially multithreaded, but there should be a way to hide thread mess from a user, to make underlying threading invisible.
Final choice: asynchronous with promises.
Still not quite convenient. Need something cooler.
Engine is essentially multithreaded, but there should be a way to hide thread mess from a user, to make underlying threading invisible.