Difference between revisions of "fcl-async"

From Free Pascal wiki
Jump to navigationJump to search
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 10: Line 9:
 
* [[fpasync]]
 
* [[fpasync]]
 
* [[libasync]]
 
* [[libasync]]
 +
* [http://uk.bestessays.com/essay_service.html essay writing services]
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]

Revision as of 16:12, 13 March 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

Go to back Packages List