Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file caqti1_system_sig.ml
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061(* Copyright (C) 2017--2018 Petter A. Urkedal <paurkedal@gmail.com>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at your
* option) any later version, with the OCaml static compilation exception.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*)(** (internal) System Interface.
@deprecated Don't use this in new code. *)[@@@ocaml.deprecated][@@@ocaml.warning"-3"]moduletypeS=sigtype+'aioval(>>=):'aio->('a->'bio)->'bioval(>|=):'aio->('a->'b)->'biovalreturn:'a->'aiovaljoin:unitiolist->unitiovalfail:exn->'aiovalcatch:(unit->'aio)->(exn->'aio)->'aiomoduleMvar:sigtype'atvalcreate:unit->'atvalstore:'a->'at->unitvalfetch:'at->'aioendmoduleUnix:sigtypefile_descrvalwrap_fd:(file_descr->'aio)->Unix.file_descr->'aiovalpoll:?read:bool->?write:bool->?timeout:float->file_descr->(bool*bool*bool)ioendmoduleLog:sigvalerror_f:('a,unit,string,unitio)format4->'avalwarning_f:('a,unit,string,unitio)format4->'avalinfo_f:('a,unit,string,unitio)format4->'avaldebug_f:('a,unit,string,unitio)format4->'avaldebug_query_enabled:unit->boolvaldebug_query:Caqti1_query.query_info->stringlist->unitiovaldebug_tuple_enabled:unit->boolvaldebug_tuple:stringlist->unitioendmodulePreemptive:sigvaldetach:('a->'b)->'a->'biovalrun_in_main:(unit->'aio)->'aendend