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
10 changed files
with
16 additions
and
16 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
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, performance and flexibility."} | ||
,{vsn, "18.1.1"} | ||
,[{description, "It is a production-ready supervisor and manager for Erlang/Elixir processes that focuses on speed, performance and flexibility."} | ||
,{vsn, "18.2.20"} | ||
,{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,10 +31,10 @@ | |
%%% POSSIBILITY OF SUCH DAMAGE. | ||
%%% ------------------------------------------------------------------------------------------------ | ||
%% @author Pouriya Jahanbakhsh <[email protected]> | ||
%% @version 18.1.1 | ||
%% @version 18.2.20 | ||
%% @doc | ||
%% Director is a production-ready supervisor and manager for Erlang/Elixir processes with | ||
%% focus on speed and flexibility. | ||
%% Director is a production-ready supervisor and manager for Erlang/Elixir processes that | ||
%% focuses on speed and flexibility. | ||
%% @end | ||
%% ------------------------------------------------------------------------------------------------- | ||
|
||
|
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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @hidden | ||
%% ------------------------------------------------------------------------------------------------- | ||
-module(director_child). | ||
|
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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @doc | ||
%% API functions for interacting with ETS table as backend children table. | ||
%% @end | ||
|
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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @doc | ||
%% API functions for interacting with Mnesia table as backend children table. | ||
%% @end | ||
|
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 18.1.1 | ||
%% @version 18.2.20 | ||
%% @hidden | ||
%% ------------------------------------------------------------------------------------------------- | ||
-module(director_utils). | ||
|
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 18.1.1 | ||
%% @version 18.2.20 | ||
%% ------------------------------------------------------------------------------------------------- | ||
-module(director_SUITE). | ||
-author("[email protected]"). | ||
|