BlockStep is a simple Objective-C source library (one header and source file) that helps you chain blocks together to make asynchronous (code with block callbacks) code read more like straightforward synchronous code.
Check out BlockStepTests.m
for some examples on how to use it.
- Promote v0.2 to v1.0.
- [NEW] Migrate tests to GHUnit, add async test case.
- [CHANGE] Rename blockStep to BlockStep.
- [CHANGE] Dump STEP macro.
- [FIX] Async bug.
- Initial release. (Happy Easter)