io.monitors.linux: fix a set.
parent
dbf781b29a
commit
9b3e522869
|
@ -123,9 +123,9 @@ M: linux-monitor dispose* ( monitor -- )
|
||||||
[ inotify-read-loop ] curry ignore-errors ;
|
[ inotify-read-loop ] curry ignore-errors ;
|
||||||
|
|
||||||
M: linux init-monitors
|
M: linux init-monitors
|
||||||
H{ } clone watches set
|
H{ } clone watches namespaces:set
|
||||||
<inotify> [
|
<inotify> [
|
||||||
[ inotify set ]
|
[ inotify namespaces:set ]
|
||||||
[
|
[
|
||||||
[ inotify-read-thread ] curry
|
[ inotify-read-thread ] curry
|
||||||
"Linux monitor thread" spawn drop
|
"Linux monitor thread" spawn drop
|
||||||
|
|
Loading…
Reference in New Issue