diff options
| author | ame <[email protected]> | 2024-04-20 01:23:13 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-20 01:23:13 -0500 |
| commit | a761abf2676cce6d63b5a5b94905b286a93472eb (patch) | |
| tree | ab6c8861943d3d3ea47b43e382bfb72ea2df34bf /readme.md | |
| parent | cebd1b729739b020d6b3700c87c4ef8d4d67890a (diff) | |
working on mem saftey
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,7 @@ todo: * <res>:serve()
- * ~~check memory saftey~~ (*should* be good)
+ * ~~check memory saftey~~ (*should* be good) (now work on indirect & more lifetime stuff)
* memory optimizations (its getting there)
@@ -26,6 +26,8 @@ todo: * allow choosing what to copy over to the thread, or not to copy the global state at all
+ * allow stopping the server
+
* more doxygen like docs, everywhere
* thread-safe wrapper object
|
