Skip to content

Commit 40711c5

Browse files
authored
Noted that no longer maintained.
1 parent f559296 commit 40711c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Concurrency Utilities
22

3+
# **NOTE**
4+
5+
This repository is no longer maintained.
6+
37
## Introduction
48
A set of types and protocols that build from atomicity (`Atomic`) to futures (`Future`) to Reactive Streams. Futures are built on to of `Atomic` and Reactives Streams on top of futures. All three are useful when writing concurrent programs and the art of sucessfully writing concurrent programs is choosing the most suitable abstraction for the problem. When writing a new concurrent program it is suggested that you start with Reactive Streams, since these are the easiest to use, and only if there are problems consider the other abstractions.
59

0 commit comments

Comments
 (0)