Module: AsyncMethods

Defined in:
lib/async_methods/async_methods.rb

Overview

Including this module will provide the asynchronous method handling for the class where any method can be prefixed with async_ to continue execution without waiting for results. By default, the plugin includes it in Object so it is universally available.

Defined Under Namespace

Modules: InstanceMethods Classes: MethodSignature, Proxy