Plasma GitLab Archive
Projects Blog Knowledge

Plasma Project:
Home 
Manual 
FAQ 
Slides 
Perf 
Releases 

Module Platform.Line_splitter

module Line_splitter: sig .. end

type engine 
The engine runs in a separate thread (C level, so this thread can run in parallel with Ocaml code)
val create : Netsys_mem.memory -> engine
Creates the line splitter thread
val next_lf : engine -> int
Looks for the next LF char. Not_found if not found.
val stop : engine -> unit
Stops the thread.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml