buildat/todo.txt
Perttu Ahola 61a2e6d2d6 doc
2014-09-18 18:12:59 +03:00

12 lines
460 B
Plaintext

Buildat TODO
============
- Cache a hash of each compiled module in order not to rebuild them
unnecessarily
- Modules should be unloadable if possible. Figure out if so, and how to handle
references to modules when unloading them.
- There should be some kind of an easy synchronous calling mechanism between
modules.
- Modules should be run in threads.
- Network should leave socket fds in m_server when destructing, and pick them up
on core:continue.