package com.tofvesson.async; public interface Awaitable { T await(); boolean isAlive(); }