Interesting.. it seems that by combining inline fu...
# tornadofx
e
Interesting.. it seems that by combining inline functions, reified generics and removing the inline flag from the function parameter it might be able to avoid giving the type parameter for the
runAsync
call, but still infer it, and still be able to get to it from both inside and outside the task.