/AsyncToolkit

The set of tools for easy asynchronous calls

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

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