package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.network/SFSocketSelector/index.html

Module SFSocketSelector

Online documentation for the SocketSelector class

type t
val create : unit -> t
val copy : selector:t -> t
val destroy : selector:t -> unit
val addTcpListener : selector:t -> socket:SFTcpListener.t -> unit
val addTcpSocket : selector:t -> socket:SFTcpSocket.t -> unit
val addUdpSocket : selector:t -> socket:SFUdpSocket.t -> unit
val removeTcpSocket : selector:t -> socket:SFTcpSocket.t -> unit
val clear : selector:t -> unit
val wait : selector:t -> ?timeout:SFTime.t -> unit -> bool
val isTcpListenerReady : selector:t -> socket:SFTcpListener.t -> bool
val isTcpSocketReady : selector:t -> socket:SFTcpSocket.t -> bool
val isUdpSocketReady : selector:t -> socket:SFUdpSocket.t -> bool
OCaml

Innovation. Community. Security.