moonbridge

changeset 286:26a16090276d

Minor fixes in reference.txt
author jbe
date Sun Jun 11 00:06:34 2017 +0200 (2017-06-11)
parents a7395fb91ec3
children 2fe69234cbe9
files reference.txt
line diff
     1.1 --- a/reference.txt	Sun Jun 11 00:04:05 2017 +0200
     1.2 +++ b/reference.txt	Sun Jun 11 00:06:34 2017 +0200
     1.3 @@ -330,6 +330,11 @@
     1.4  message (as second return value) in case of error.
     1.5  
     1.6  
     1.7 +### moonbridge_io.getpid()
     1.8 +
     1.9 +Returns the current PID.
    1.10 +
    1.11 +
    1.12  ### moonbridge_io.localconnect(path)
    1.13  
    1.14  Tries to connect to a local socket (also known as Unix Domain Socket). Returns
    1.15 @@ -395,6 +400,9 @@
    1.16  received during waiting (unless the 4th parameter is set to true and a SIGTERM
    1.17  was received).
    1.18  
    1.19 +Note that the function is not thread-safe when the 4th parameter is set to
    1.20 +true.
    1.21 +
    1.22  
    1.23  ### moonbridge_io.sigterm_received()
    1.24  

Impressum / About Us