Skip to content

Instantly share code, notes, and snippets.

@voidlizard
Created January 5, 2011 17:40
Show Gist options
  • Save voidlizard/766647 to your computer and use it in GitHub Desktop.
Save voidlizard/766647 to your computer and use it in GitHub Desktop.
let looong2 =
Eliom_predefmod.Xhtml.register_new_service
~path:["looong2"]
~get_params:unit
(fun sp () () ->
Lwt_preemptive.detach (fun () -> ()) () >>= fun () ->
return
(html
(head (title (pcdata "")) [])
(body [h1 [pcdata
"Ok now, you can read the page."]])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment