Weekly Update Nov 18
It's really hard to make progress on a concurrency framework!
- Redesign the stream, a structure that can read and write value.
- Each callable object (after type-erasure) will be created with a unique strema.
- Callable objects communicate with each other upon streams.
- Callable object can subscribe to streams, waiting for data incoming or just a simple poll.