Mercurial > urweb
view tests/periodic.ur @ 1876:fdafa3f92e40
Add <dl> <dt> <dd> tags
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:08:53 +0400 |
parents | 87156c44824f |
children |
line wrap: on
line source
task periodic 5 = fn () => debug "Every 5 seconds" task periodic 13 = fn () => debug "Every 13 seconds" fun main () : transaction page = return <xml/>