This document provides an overview of dispatchers in SObjectizer-5.5. It explains that dispatchers manage event queues and worker threads to handle agents' events. Different types of dispatchers exist, including one_thread, active_obj, thread_pool, and priority-based dispatchers. Public dispatchers are accessible by name, while private dispatchers are created and handled directly. The document discusses how dispatchers are used to simplify multithreading development in SObjectizer.