Difference between revisions of "fcl-async"

From Lazarus wiki
Jump to navigationJump to search
m (Reverted edits by Tara90 (Talk); changed back to last version by Marcov)
Line 1: Line 1:
 
 
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 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.  
  
Line 6: Line 5:
 
This package seems to be unix only.
 
This package seems to be unix only.
  
= Units =
+
==Units==
  
 
* [[fpasync]]
 
* [[fpasync]]
 
* [[libasync]]
 
* [[libasync]]
  
Go to back [[Package_List|Packages List]]
+
==See also==
 +
 
 +
* [[Package_List|Packages List]]
 +
 
 +
[[Category:Free Component Library]]

Revision as of 07:27, 1 October 2010

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