我试图弄清楚 CLR 如何将异步操作 BeginXXX 放入线程池的队列中。以及调用哪个 ThreadPool 的 API。但是,当我用 Reflector 6 探查 System.IO.Stream 中的 BeginRead()
和 System.Data.Sqlclient.SqlCommand 中的 BeginExecuteReader() 时,我什么也没找到。
问问题
91 次
我试图弄清楚 CLR 如何将异步操作 BeginXXX 放入线程池的队列中。以及调用哪个 ThreadPool 的 API。但是,当我用 Reflector 6 探查 System.IO.Stream 中的 BeginRead()
和 System.Data.Sqlclient.SqlCommand 中的 BeginExecuteReader() 时,我什么也没找到。