diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,10 +1,5 @@ | |||
1 | |||
2 | TODO: | 1 | TODO: |
3 | 2 | ||
4 | - Use of 'atexit()' is not good. It's possible to be called at "program (process) | ||
5 | exit", when the so might already be out. Tying to OS specific so cleanup | ||
6 | is way better. | ||
7 | |||
8 | - Testing Lane killing (not cancellation, but actual killing) | 3 | - Testing Lane killing (not cancellation, but actual killing) |
9 | 4 | ||
10 | - Like luaproc: Lanes to have M:N relationship to kernel threads | 5 | - Like luaproc: Lanes to have M:N relationship to kernel threads |