Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelog/rebar-spec-proc-tpl
A special process template for rebar
https://github.com/marcelog/rebar-spec-proc-tpl
Last synced: about 11 hours ago
JSON representation
A special process template for rebar
- Host: GitHub
- URL: https://github.com/marcelog/rebar-spec-proc-tpl
- Owner: marcelog
- Created: 2012-06-09T00:41:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T13:50:10.000Z (over 12 years ago)
- Last Synced: 2024-11-16T06:56:53.371Z (about 2 months ago)
- Language: Erlang
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
About
=====
This is a rebar template for creating erlang special processes, as described
in:* http://www.erlang.org/doc/design_principles/spec_proc.html
* http://www.erlang.org/doc/man/proc_lib.html
* http://www.erlang.org/doc/design_principles/des_princ.htmlTutorials
=========
An article about special processes can be found here:* http://erlang.org.ar/ProcesosEspeciales (Spanish)
* http://marcelog.github.com/articles/erlang_special_processes_tutorial_handling_system_messages.html (english version)Installation
============
Just copy the simpleproc.* files to the "priv" directory of your rebar
application or into the priv/templates directory of your rebar copy and
recompile it.Use
===
$ rebar create template=simpleproc