aboutsummaryrefslogtreecommitdiffstats
path: root/luaevent/doc/PLAN
diff options
context:
space:
mode:
Diffstat (limited to 'luaevent/doc/PLAN')
-rw-r--r--luaevent/doc/PLAN19
1 files changed, 0 insertions, 19 deletions
diff --git a/luaevent/doc/PLAN b/luaevent/doc/PLAN
deleted file mode 100644
index d3e8778..0000000
--- a/luaevent/doc/PLAN
+++ /dev/null
@@ -1,19 +0,0 @@
--- Listener Scenario
-create socket, perform bind, set listening
-+add read-event listener
-+start loop
-
--- Comm Scenario
-provided socket
--inside loop
-begin coro
- read - data not ready
- yield sock, needRead
-end coro
-coro parent == callback
-(coro parent
- call coro(sock, event)
- if not ok, go back.. end
- if newEvent ~= event then
- unset event, reset newEvent
- end) \ No newline at end of file