fn onNextTick(self: *Loop, node: *NextTickNode) void
Bring your own linked list node. This means it can’t fail.
self: *Loop,
node: *NextTickNode,