That was the original purpose of this repository... Example: ```typescript (async () => { const pc = new ProdCons<number>([1,2,3]); observable.subscribe(data => ps.write(data)); const [i1, ...rest] = await pc.read(4); }); ```
That was the original purpose of this repository...
Example: