Task<Int32> task = Task.Run(() => fun("s", 9));
函数定义:
private Int32 frun(string s, int m) { return 0; }