初版提交
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
%% examples/sample.erl
|
||||
-module(sample).
|
||||
-export([start/0, process/1]).
|
||||
|
||||
%% @function(type="init", timeout=5000)
|
||||
%% @param(name="data", type="binary")
|
||||
start() ->
|
||||
ok.
|
||||
|
||||
%% @function(type="worker", concurrency=10)
|
||||
%% @param(name="input", type="list")
|
||||
process(Input) ->
|
||||
{ok, processed}.
|
||||
Reference in New Issue
Block a user