mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
fix typo
This commit is contained in:
parent
353da5574c
commit
68fcedc3f9
|
|
@ -5,11 +5,11 @@ namespace UniTask
|
|||
{
|
||||
public static partial class Scheduler
|
||||
{
|
||||
private static IScheduler singleWorkerTrehad;
|
||||
private static IScheduler singleWorkerThread;
|
||||
|
||||
public static IScheduler SingleWorkerThread
|
||||
{
|
||||
get { return singleWorkerTrehad ?? (singleWorkerTrehad = new ThreadScheduler()); }
|
||||
get { return singleWorkerThread ?? (singleWorkerThread = new ThreadScheduler()); }
|
||||
}
|
||||
|
||||
public class ThreadScheduler : IScheduler
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user