Comment out ssh to localhost example.
This commit is contained in:
parent
4c9738effe
commit
c46cdf63bc
|
@ -322,10 +322,11 @@ a @racket[(send parent process-died this)] call.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@examples[ #:eval evaler
|
@;{@examples[ #:eval evaler
|
||||||
(new spawned-process% [cmdline-list
|
(new spawned-process% [cmdline-list
|
||||||
(list (ssh-bin-path) "localhost" (racket-path) "-tm" distributed-launch-path "spawn" (->string 6340))])
|
(list (ssh-bin-path) "localhost" (racket-path) "-tm" distributed-launch-path "spawn" (->string 6340))])
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
|
||||||
@defclass[place-socket-bridge% object% (event-container<%>)
|
@defclass[place-socket-bridge% object% (event-container<%>)
|
||||||
(defmethod (get-sc-id) exact-positive-integer?) ]{
|
(defmethod (get-sc-id) exact-positive-integer?) ]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user