package com.volmit.iris.util; public interface NastyFuture { R run() throws Throwable; }