EventLoopExtensions static class EventLoopExtensions A set of useful extensions for the event loop. Documentation Code public static void Enqueue(this IEventLoop loop, Action action, TaskPriority priority = 1) Enqueues another action without considering the cancellation token.