package moe.yuuta.workmode.async interface Callback { fun onStart() {} fun onStop(success: Boolean, result: T?, e: Throwable?) {} }