package core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.14.1.tar.gz
sha256=8c158c12345d36a5cdd71081728f4317b2b04c09eb4126b6de00c482a6fec2a0
md5=b11f58205953d84cedb0003efcdab231
doc/core.linux_ext/Linux_ext/Epoll/Flags/index.html
Module Epoll.Flags
An Epoll.Flags.t is an immutable set of flags for which one can register interest in a file descriptor. It is implemented as a bitmask, and so all operations (+, -, etc.) are constant time with no allocation.
sexp_of_t produces a human-readable list of bits, e.g., "(in out)".
include Flags.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval typerep_of_t : t Typerep_lib.Std_internal.Typerep.tval typename_of_t : t Typerep_lib.Typename.tval clamp : t -> min:t -> max:t -> t Base.Or_error.tval comparator : (t, comparator_witness) Base.Comparator.comparatorval validate_lbound : min:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_ubound : max:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_bound :
min:t Base.Maybe_bound.t ->
max:t Base.Maybe_bound.t ->
t Base.Validate.checkmodule Replace_polymorphic_compare : sig ... endmodule Map : sig ... endmodule Set : sig ... endval of_int : int -> tval to_int_exn : t -> intval empty : tval is_empty : t -> boolmodule Unstable : sig ... endThe names of the flags match the man pages. E.g. in_ = "EPOLLIN", out = "EPOLLOUT", etc.
val none : tAssociated fd is readable
val in_ : tAssociated fd is readable
val out : tAssociated fd is writable
val pri : tUrgent data available
val err : tError condition (always on, no need to set it)
val hup : tHang up happened (always on)
val et : tEdge-Triggered behavior (see man page)
val oneshot : tOne-shot behavior for the associated fd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>