On Tue, Oct 28, 2014 at 06:53:49PM +0200, kilon alios wrote:
whats the purpose of the plugin ? How we can test it ?
AioPlugin provides support for asynchronous IO event notification. When an external IO event occurs, the event registration causes a Smalltalk semaphore to be signaled. A process can wait on this semaphore, thereby acting as an event handler for the external event. Code for the plugin is at http://www.squeaksource.com/AioPlugin. For testing and examples, see class AioEventHandlerExample in package OSProcess, and AioEventHandlerTestCase in OSProcess-Tests. Dave
On Tue, Oct 28, 2014 at 6:51 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
I reintroduced AioPlugin into the linux VM. In Mac it is there since always. In windows is irrelevant.
So well, if you use linux and download the latest vm, you can play with it and check that everything is ok (or the contrary) :)
Esteban