forked from mlba-team/xdispatch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://opensource.mlba-team.de/svn/xdispatch/trunk@512 9e4c620c-c391-4b63-a7fb-4924991ea895
- Loading branch information
marius
committed
Oct 28, 2012
1 parent
8e6a435
commit 7c6d116
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
xdispatch (trunk) | ||
================= | ||
|
||
XDispatch provides the power of Grand Central Dispatch not only on Mac OS 10.6+ | ||
but also on Windows and Linux. The XDispatch framework consists of three libraries: | ||
* libdispatch | ||
* libxdispatch | ||
* libqtdispatch | ||
|
||
This repository contains a mirror of the trunk and the stable branch of the | ||
XDispatch subversion repository located at http://opensource.mlba-team.de/svn/xdispatch. | ||
|
||
Feel free to fork it and change it as you like. We always welcome any bugfixes or | ||
improvements to our current code base. | ||
|
||
|
||
Usage | ||
----- | ||
|
||
Please see the documentation at http://opensource.mlba-team.de/xdispatch for details. |