diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-11-16 11:51:01 -0500 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-11-16 11:51:01 -0500 |
commit | 67c8c2f9b3a34175afc5f9f997cee71a9139332c (patch) | |
tree | def2e0e0fa301748ea6a3bfcab95f477fa77c1ab | |
parent | 39fa0b0f135da37b00842c8f85cf1c814cd7d549 (diff) | |
download | luaevent-prosody-67c8c2f9b3a34175afc5f9f997cee71a9139332c.tar.gz luaevent-prosody-67c8c2f9b3a34175afc5f9f997cee71a9139332c.zip |
docs: Beginning of luaevent.core documentation
-rw-r--r-- | doc/modules/luaevent.core.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/modules/luaevent.core.mdwn b/doc/modules/luaevent.core.mdwn index e69de29..7408970 100644 --- a/doc/modules/luaevent.core.mdwn +++ b/doc/modules/luaevent.core.mdwn @@ -0,0 +1,17 @@ +---- +Constants: + +* `LEAVE` - When returned will cause event callback to be cancelled +* `EV_READ` +* `EV_WRITE` +* `EV_TIMEOUT` +* `EVBUFFER_READ` +* `EVBUFFER_WRITE` +* `EVBUFFER_EOF` +* `EVBUFFER_ERROR` +* `EVBUFFER_TIMEOUT` + +Functions: + +[[toc levels=1]] + |