webapi-eca/examples/event-pollers/continuously.coffee
2014-04-06 21:36:34 +02:00

6 lines
No EOL
204 B
CoffeeScript

#
# Pushes an event into the system each time the function is polled
#
exports.push = ( pushEvent ) ->
pushEvent
content: "This is an event that will be sent again and again every ten seconds"