Module: Prosody::Commands

Defined in:
lib/prosody/processor.rb

Overview

Contains command classes for the AsyncTaskProcessor’s command queue.

This module implements a command pattern for communication with the processor thread, allowing for type-safe message passing between threads.

Defined Under Namespace

Classes: Command, Execute, Shutdown