mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-21 15:20:24 +00:00
CI
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Cysharp.Threading.Tasks
|
|||||||
// be careful to use, itself is struct.
|
// be careful to use, itself is struct.
|
||||||
public struct TriggerEvent<T>
|
public struct TriggerEvent<T>
|
||||||
{
|
{
|
||||||
ITriggerHandler<T> head; // head.prev is last.
|
ITriggerHandler<T> head; // head.prev is last
|
||||||
ITriggerHandler<T> iteratingHead;
|
ITriggerHandler<T> iteratingHead;
|
||||||
|
|
||||||
bool preserveRemoveSelf;
|
bool preserveRemoveSelf;
|
||||||
|
|||||||
Reference in New Issue
Block a user