borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link

Intersystem collaboration #2

Closed borodust closed 8 years ago

borodust commented 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.

borodust commented 8 years ago

Final choice: asynchronous with promises.

borodust commented 8 years ago

Still not quite convenient. Need something cooler.