webapi-eca/examples/event-pollers/continuously.coffee
2014-04-23 13:27:29 +02:00

9 lines
No EOL
213 B
CoffeeScript

#
# Pushes an event into the system each time the function is polled
#
# Requires the content to be posted
exports.push = ( content ) ->
log 'Posting event with content: ' + content
pushEvent
content: content