annotate tests/periodic.ur @ 2252:e843a04499d4

Revert to revision 2222.
author Ziv Scully <ziv@mit.edu>
date Mon, 21 Sep 2015 10:16:55 -0400
parents 87156c44824f
children
rev   line source
adam@1349 1 task periodic 5 = fn () => debug "Every 5 seconds"
adam@1349 2 task periodic 13 = fn () => debug "Every 13 seconds"
adam@1349 3
adam@1349 4 fun main () : transaction page = return <xml/>