fcl-async

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English (en) français (fr)

The libasync unit provides cross-platform units for asynchronous input/output. It is mainly a low-level implementation of fpasync, which is an OOP implementation of the same routines.

The fpasync unit contains some classes which create an OOP wrapper around the libasync package. It is meant to integrate asynchroneous I/O in programs that also have another event loop running.

This package seems to be unix only.

Units

See also