io.monitors: spawn-monitor was broken and never used, so remove it (reported by levi in #concatenative)
parent
75459df364
commit
5331e5ed16
|
@ -60,9 +60,6 @@ SYMBOL: +rename-file+
|
||||||
: run-monitor ( path recursive? quot -- )
|
: run-monitor ( path recursive? quot -- )
|
||||||
'[ [ @ t ] loop ] with-monitor ; inline
|
'[ [ @ t ] loop ] with-monitor ; inline
|
||||||
|
|
||||||
: spawn-monitor ( path recursive? quot -- )
|
|
||||||
[ '[ _ _ _ run-monitor ] ] [ 2drop "Monitoring " prepend ] 3bi
|
|
||||||
spawn drop ;
|
|
||||||
{
|
{
|
||||||
{ [ os macosx? ] [ "io.monitors.macosx" require ] }
|
{ [ os macosx? ] [ "io.monitors.macosx" require ] }
|
||||||
{ [ os linux? ] [ "io.monitors.linux" require ] }
|
{ [ os linux? ] [ "io.monitors.linux" require ] }
|
||||||
|
|
Loading…
Reference in New Issue