# New Ticket Created by chromatic # Please include the string: [perl #51870] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51870 >
Currently, the concurrency and events system only handles pending events at specific points, depending on runcore and opcodes. (For example, when you use the sleep opcode, when you enter a new predereferenced section, or when you schedule a new event.) We need to figure out exactly when, how, and how often to run our event loop more frequently.