Most tj/co code is to support these yieldables:
- promises
- thunks (functions)
- array (parallel execution)
- objects (parallel execution)
- generators (delegation)
- generator functions (delegation)
(see <a href="https://github.com/tj/co#yieldables" rel="nofollow">https://github.com/tj/co#yieldables</a>)<p>Have your library the same support?