// Assembly: UniTask
// Full name: Cysharp.Threading.Tasks.Internal.ContinuationQueue

namespace Cysharp.Threading.Tasks.Internal
{
public class ContinuationQueue // TypeDefIndex: 12310
{
	// Fields
	type#24475 timing;
	type#26238 gate;
	type#15314 dequing;
	type#20868 actionListCount;
	type#12801 actionList;
	type#20868 waitingListCount;
	type#12801 waitingList;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#24474 timing) { }
	// RVA: -1
	public type#28660 Enqueue(type#14105 continuation) { }
	// RVA: -1
	public type#28660 Run() { }
	// RVA: -1
	private type#28660 RunCore() { }
}
}
