svoid drainStreamInNewThread(InputStream in) { thread "Draining stream" { drainStream(in); } }