React utilities
This module is a replacement for the React module. You can open it instead of the React module in order to get all react's functions plus Lwt ones.
Creates a stream holding all values occurring on the given event
of_stream stream
creates an event which occurs each time a
value is available on the stream.
The following functions behave as their React
counterpart,
except that they takes functions that may yield.
As usual the _s
suffix is used when calls are serialized, and
the _p
suffix is used when they are not.
Note that *_p
functions may not preserve event order.