Popularity
1.3
Stable
Activity
0.0
Stable
15
3
2

Description

This library implements the publish-subscribe pattern with thread-safety, type-safety and lifetime management in its simplest form. It relies on the pico-disposal library for managing subscribe lifetimes.

Included in the library are all the types necessary for components to interact with each other via the publish-subscribe pattern and a small number of useful combinators for building source and sink pipelines.

Programming language: Scala
License: MIT License
Latest version: v6.3.0

pico-event alternatives and similar packages

Based on the "Extensions" category.
Alternatively, view pico-event alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pico-event or a related project?

Add another 'Extensions' Package

README

pico-event

CircleCI Codacy Badge Codacy Badge Gitter chat

Support library for atomic operations.

Getting started

Add this to your SBT project:

resolvers += "dl-john-ky-releases" at "http://dl.john-ky.io/maven/releases"

libraryDependencies += "org.pico" %%  "pico-event" % "2.0.2"

Then read the [tutorial](pico-event/src/main/tut/tutorial.md).