Files
pond/Pond.package/CarpChecker.class/instance/run.st

4 lines
113 B
Smalltalk

checking
run
[ [ proc run ] on: Error do: [ :err | excepted := err ] ] fork.
(Delay forMilliseconds: 500) wait.