Creating Tasks
2019-04-03 本文已影响0人
津涵
Task<string>
释义:It defines a task that returns a string in the future.
Task.Run<string>()
释义:It creates a task that returns a string.
释义:It defines a task that returns a string in the future.
释义:It creates a task that returns a string.