IN: tools.deploy.test.1 USING: threads ; : deploy-test-1 ( -- ) 1000000 sleep ; MAIN: deploy-test-1