aboutsummaryrefslogtreecommitdiffstats
path: root/doc/modules
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/luaevent.core.bufferevent.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/modules/luaevent.core.bufferevent.mdwn b/doc/modules/luaevent.core.bufferevent.mdwn
index d63f4fb..842ee06 100644
--- a/doc/modules/luaevent.core.bufferevent.mdwn
+++ b/doc/modules/luaevent.core.bufferevent.mdwn
@@ -60,3 +60,8 @@ Functions:
## bufferevent:get_timeouts
* Output: `read, write`
* See `set_timeouts`
+
+## bufferevent:enable/disable
+* Input: `event flag`
+ * `event flag` - `EV_READ`, `EV_WRITE`, or `EV_READ|EV_WRITE`
+* Enables/Disables events from being triggered in the next round (some events may get triggered after disable is called)