ExM/AsyncToolkit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The set of tools for easy asynchronous calls.
Source code:
git://github.com/ExM/AsyncToolkit.git
Features:
* strongly typed asynchronous call to the delegate with the parameters
* pause before calling the delegate (you can cancel out)
* thread safe task queue. This is non-blocking version of the code `lock(...){...}'
* asynchronous extension to read and write to the stream