in my Method RecalcChartAsync i do some time intensive stuff.. so i thought i\'ll do some things async.
RecalcChartAsync
I want to start the two Methods CreateHist
CreateHist
If you are not awaiting anything in your two last methods, then remove the async from the declaration. In this case, creating and returning the task will be enough to achieve what you want.