groostav
fun something() = async { object.run { //... }}
fun something() = ::async forwardCompose object.run { //... }