On Sunday, 28 June 2015 at 15:09:25 UTC, Suliman wrote:
On Saturday, 27 September 2014 at 18:21:18 UTC, Etienne wrote:
On 2014-09-27 2:13 PM, Etienne wrote:
engine (I have an ASN1 library in the works as well).

It's nearly finished, it will allow BER/DER serialization to take place from UDAs and native types at compile-time:

https://github.com/globecsys/asn1.d

/// Usage: run() the object, start watching directories, receive an event in your handler,
/// read the changes by draining the buffer.

Could you show how to use it for monitoring FS?

I did
import libasync.watcher;

So now I need simply call run()? But how to pass folder path to it?


void main()
{
        bool run()
        {
                return 0;
        }

}


It's seems that I missing something...

You can see an example in libasync.tests

Reply via email to