标签: asynchronous delegates .net-core threadpool iasyncresult
为此,我得到了PlatformNotSupportedException:
PlatformNotSupportedException
new MyDelegate(MyMethod).BeginInvoke(/* params */);
稍作搜索后,我在github上发现了this问题,但是我仍然不知道如何在.NET Core中做类似的事情。如何在.NET Core中使用线程池?