Skip to content

Commit

Permalink
+Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed Aug 22, 2012
1 parent 5b18fb5 commit 64637a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Channel
=======

Channel is an attempt for implementing channels like golang offers. I've considered them to be useful from the first moment I've seen them, so here is an exemplary implementation for C++ :)
Channel is an attempt for implementing channels like golang offers. I've considered them to be useful from the first moment I've seen them, so here is an exemplary implementation for C++ :)

Once again, the given code requires a rather new compiler. I've tested it with GCC 4.7.1 on Windows.
Note: Most parts can easily be implemented using Boost, since the API is quite close to what the current C++ standard offers (regarding mutex, lock_guard, thread, etc.).

0 comments on commit 64637a2

Please sign in to comment.