futura icon indicating copy to clipboard operation
futura copied to clipboard

Expand Signal api

Open kaqu opened this issue 6 years ago • 1 comments

Signal api allows now only basic transformations and handlers. There are some additional ones that will be nice to have. Some possible enhancements:

  • handler on any token - no matter if error or value.
  • zip on signals
  • recover from error to value
  • catch errors without further propagation
  • catch values without further propagation
  • error mapping - connected with strongly typed errors enhancement #21 and #23

kaqu avatar Nov 24 '18 10:11 kaqu

partly done in 2.1.0

kaqu avatar Jan 18 '19 07:01 kaqu