Open lawrence-laz opened 1 year ago
This is only to simplify user code, the internal would still use Unit not to create special cases. Can be implemented by having a wrapper that wraps user handler and returns Unit.Value instead.
Unit
Unit.Value
This is only to simplify user code, the internal would still use
Unit
not to create special cases. Can be implemented by having a wrapper that wraps user handler and returnsUnit.Value
instead.