System.Threading
January 13, 2025 ยท View on GitHub
namespace System.Threading {
public static class ThreadPool {
+ public static bool UnsafeQueueUserWorkItem<TState>(Action<TState> callBack, TState state, bool preferLocal);
}
}
January 13, 2025 ยท View on GitHub
namespace System.Threading {
public static class ThreadPool {
+ public static bool UnsafeQueueUserWorkItem<TState>(Action<TState> callBack, TState state, bool preferLocal);
}
}