UnsafeQueueUserWorkItem and what exactly does “does not propagate the calling stack” mean?
问题 I am reading and learning about ThreadScheduler and articles around Tasks and came across the function ThreadPool.UnsafeQueueUserWorkItem used in one of the MSDN examples about own ThreadSchedulers. In the MSDN description about UnsafeQueueUserWorkItem there is a big warning that the function may be an security hole and that it " does not propagate the calling stack ". The only link is to QueueUserWorkItem which - from the name - seems to be the "safe counterpart"? but does not mention