2 *This handles the real rendering to the application content.*
4 - New renderer from one of the available ones is created.
5 - If the renderer options states that rendering delay is in use,
6 all "render_item" methods call the baseclasses render_later method.
7 - render_later puts all its contents to the rendering pool which is
8 a instance of the ajatus.events.pool.
9 - on created renderers "render_now" method the parent starts to work on the pool
10 according to the configurations given.