moonbridge

changeset 268:d6de7502df31

Fixed documentation of socket:drain_call(...)
author jbe
date Sun Jun 04 18:30:13 2017 +0200 (2017-06-04)
parents 5f437005e2ef
children 694446c1316b
files reference.txt
line diff
     1.1 --- a/reference.txt	Sun Jun 04 16:43:57 2017 +0200
     1.2 +++ b/reference.txt	Sun Jun 04 18:30:13 2017 +0200
     1.3 @@ -84,8 +84,8 @@
     1.4  
     1.5  ### socket:drain_call(waitfunc, maxlen, terminator)
     1.6  
     1.7 -Same as socket:drain(maxlen, terminator), but calls waitfunc(socket, "r") (in
     1.8 -an infinite loop) as long as the reading is blocked.
     1.9 +Same as socket:drain(maxlen, terminator), but calls waitfunc() (in an infinite
    1.10 +loop) as long as the reading is blocked.
    1.11  
    1.12  
    1.13  ### socket:drain_nb(maxlen, terminator)

Impressum / About Us