package moe.yuuta.workmode.async interface Stoppable { fun stop() fun isStopped(): Boolean }