Module e2_task_impl

Utility module for implementing custom e2 tasks or task behavior within a non-task service.

Copyright © 2011-2016 Garrett Smith

Authors: Garrett Smith ([email protected]).

See also: e2_service_impl.

Description

Utility module for implementing custom e2 tasks or task behavior within a non-task service.

Function Index

next_repeat/1
split_options/2
start_repeat/2
start_repeat/3

Function Details

next_repeat/1

next_repeat(Repeat) -> any()

split_options/2

split_options(Module, Options) -> any()

start_repeat/2

start_repeat(Interval, Msg) -> any()

start_repeat/3

start_repeat(Delay, Interval, Msg) -> any()


Generated by EDoc