summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index ac309f5..b73a8c1 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,13 @@
+- Need more examples, e.g. simple client, simple server (echo).
+
+- Benchmarkable HTTP server?
+
+- Do we need call_every()?
+
+- What to do about callbacks with keyword-only arguments?
+
+- Example of using UDP.
+
- Ensure multiple tasks can do atomic writes to the same pipe (since
UNIX guarantees that short writes to pipes are atomic).