mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 11:28:35 -05:00
Use Scheduler.ThreadPool
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace UniTask
|
||||
using System;
|
||||
|
||||
namespace UniTask
|
||||
{
|
||||
public interface IScheduler
|
||||
public interface IScheduler : IDisposable
|
||||
{
|
||||
void Enqueue(TaskChain item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user