diff --git a/README.md b/README.md index 002430523..d424d1172 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ +# Notice + +This crate is outdated. The Crossbeam project is currently in a transition +period. We are rewriting the epoch garbage collector, as well as several +other utilities and adding new structures. To follow the progress, please +take a look at other crates in the project [here](https://github.com/crossbeam-rs). +When the transition is complete, this crate will be updated to use the new code. + # Crossbeam: support for concurrent and parallel programming [![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](https://travis-ci.org/crossbeam-rs/crossbeam) + This crate is an early work in progress. The focus for the moment is concurrency: