borodust / cl-bodge

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

Task discarding #72

Closed borodust closed 6 years ago

borodust commented 7 years ago

single-threaded-executor drops tasks when task queue overflows and a task either unimportant or job-providing thread and job-processing threads are the same. Executor probably should spit warnings instead of dropping tasks blindly.

borodust commented 6 years ago

All fine