moonbridge

diff reference.txt @ 315:15132b3c053d

Fixed some bugs with _call and _yield functions in moonbridge_io
author jbe
date Sat Feb 03 05:43:25 2018 +0100 (2018-02-03)
parents 1b459e9c12c9
children 62901393deb0
line diff
     1.1 --- a/reference.txt	Thu Feb 01 20:26:30 2018 +0100
     1.2 +++ b/reference.txt	Sat Feb 03 05:43:25 2018 +0100
     1.3 @@ -334,8 +334,9 @@
     1.4  returns false (plus a notice as second return value) if the child process has
     1.5  not terminated yet.
     1.6  
     1.7 -The method :wait_call() is the same as :wait() but calls waitfunc() (in an
     1.8 -infinite loop) as long as the process is still running.
     1.9 +The method :wait_call() is the same as :wait() but calls waitfunc(child_handle,
    1.10 +"r", first, moonbridge_io) (in an infinite loop, first=true only on first call)
    1.11 +as long as the process is still running.
    1.12  
    1.13  The method :wait_yield() is an alias for :wait_call(coroutine.yield).
    1.14  

Impressum / About Us