示例#1
0
 internal CustomTaskMethodBuilder(CustomTask <T> task)
 {
     _task = task;
 }
示例#2
0
 internal Awaiter(CustomTask <T> task)
 {
     _task = task;
 }