static S preloadImage(S imageID) { thread "Loading Image" { loadImage2(imageID); } ret imageID; }