Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/smc
Simple In Memory Channels for Erlang (Pub/Sub)
https://github.com/marianoguerra/smc
Last synced: about 1 month ago
JSON representation
Simple In Memory Channels for Erlang (Pub/Sub)
- Host: GitHub
- URL: https://github.com/marianoguerra/smc
- Owner: marianoguerra
- License: mpl-2.0
- Created: 2015-02-06T16:24:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T16:59:26.000Z (almost 9 years ago)
- Last Synced: 2023-04-21T08:16:33.092Z (over 1 year ago)
- Language: Erlang
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Simple In Memory Channels
=========================An Erlang Library that provides a simple API to create channels, channels support the following operations:
* start
* subscribe
* unsubscribe
* send
* stopthere's a channel that has "recent memory" and allows replaying from recently
seen events, the amount of history can be configured.Test
----::
./rebar compile ct
to play with the property based tests done with triq, run::
./rebar compile shell
and inside::
triq:check(smc_triq:smc_statem()).
to run more tests::
triq:check(smc_triq:smc_statem(), 10000).
License
=======MPL 2.0, see LICENSE