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