Creates a new queue with the given id and then adds it
Adds the given Signal handler
Given an id, this will return the Queue associated with said id
returns all signal(s) responsible for handling the type of Event provided
push(Event e)
Event loop
Set the event loop sleep time
Engine
An instance of this represents an engine that can, at any time, handle the delivery of new events, trigger the correct signal handlers for the respective events, remove signal handlers, add signal handlers, among many other things