.TH "Eliom_react.Down" 3o 2012-06-11 OCamldoc "" .SH NAME Eliom_react.Down \- A "Down event" (AKA down-going event) is an event which occurrences are transmitted asynchronously to the client. .SH Module Module Eliom_react.Down .SH Documentation .sp Module .BI "Down" : .B sig end .sp A "Down event" (AKA down\-going event) is an event which occurrences are transmitted asynchronously to the client\&. While named events, it might be better to consider them as asynchronous server\-to\-client edges in the event dependency graph\&. .sp The return type of the .B wrap ing function gives insight about how Down events are handled internally, it is however taken care of automatically\&. .sp .sp .sp .sp .I type .B 'a .I t .sp The abstract type of down events\&. .sp .sp .I val of_react : .B ?scope:[< Eliom_comet.Channel.comet_scope ] -> .B ?throttling:float -> ?name:string -> 'a React.E.t -> 'a t .sp .B of_react ?scope ?throttling ?name e create an asynchronous edge originating from .B e \&. The parameters are: .B throttling for the limit to event propagation rate, .B name for named edges\&. .B scope tell which kind of channel this rely on (See .B Eliom_comet\&.create )\&. .sp .sp