a98e51c762
Introduces the streams module, defining core reactive primitives like Signal, Stream, Observer, RootStream, and PipeStream. This module lays the groundwork for building reactive data processing pipelines. Includes new types for managing reactive data flow and a basic test suite to verify the functionality of RootStream and PipeStream.