This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ <h1>Module director</h1> | |
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul> | ||
It is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed and flexibility. | ||
|
||
<p><b>Version:</b> 17.9.13</p> | ||
<p><b>Version:</b> 17.9.16</p> | ||
<p><b>This module defines the <tt>director</tt> behaviour.</b><br> Required callback functions: <tt>init/1</tt>.</p> | ||
<p><b>Authors:</b> Pouriya Jahanbakhsh (<a href="mailto:[email protected]"><tt>[email protected]</tt></a>).</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{application | ||
,director | ||
,[{description, "It is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed and flexibility."} | ||
,{vsn, "17.9.13"} | ||
,{vsn, "17.9.16"} | ||
,{applications, [kernel, stdlib]} | ||
,{maintainers, ["[email protected]"]} | ||
,{licenses, ["BSD 3-Clause"]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% @doc | ||
%% Director is a production-ready supervisor and manager for Erlang/Elixir processes with | ||
%% focus on speed and flexibility. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% @hidden | ||
%% @doc | ||
%% API functions for keeping, updating and fetching | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% @hidden | ||
%% ------------------------------------------------------------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% @hidden | ||
%% ------------------------------------------------------------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% @hidden | ||
%% ------------------------------------------------------------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 17.9.13 | ||
%% @version 17.9.16 | ||
%% ------------------------------------------------------------------------------------------------- | ||
|
||
|
||
|