Skip to content

Commit

Permalink
Implementing first version of async-properties by using classes from …
Browse files Browse the repository at this point in the history
…lightweight java metrics

Autocommit Wed Jan 14 09:42:58 EST 2015
  • Loading branch information
mxro committed Jan 13, 2015
1 parent c8ef52f commit 9083061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/mxro/async-properties.svg?branch=master)](https://travis-ci.org/mxro/async-properties)

# Async Properties

[Async Properties](https://github.com/mxro/async-properties) is a Java library to store and retrieve properties in an asynchronous manner.
Expand All @@ -6,7 +8,7 @@

### Storing Properties

Properties are set using the `record(operation)` method. Record operations are performed asynchronously.
Properties are set using the `record(operation)` method. All operations are performed asynchronously.

```java
PropertyNode props = Properties.create(Properties.defaultFactory());
Expand Down

0 comments on commit 9083061

Please sign in to comment.