Represents a connection to a signal that can be cancelled.
A class representing a signal that can emit values of type T and allows other components to connect and react to these emitted values.
A data class that wraps a value with associated parameters. Used for emitting signals with additional metadata or context.