libasync
libasync copied to clipboard
Cross-platform event loop library of asynchronous objects
Starting in 2.099.0, it's not possible to have a `std.container.Array` of a class that is marked `shared`. Bug report is here: https://issues.dlang.org/show_bug.cgi?id=23140 It looks like the last release of this...
`enforceEx` has been removed from the standard library: https://dlang.org/changelog/2.097.0.html#std-exception
Tracking https://github.com/etcimon/memutils/issues/19: > Compilation error with LDC 1.27.0-beta3: > > memutils-1.0.4\memutils\source\memutils\allocators.d(18,8): Error: module `std.exception` import `enforceEx` not found, did you mean template `std.exception.enforce(E : Throwable = Exception) if (is(typeof(new E("",...
Depends on #91.
How to use multiple threads with libasync, could you give an example? Expect to fork some of the working threads when the main thread is started. The jobs will be...
> These versions are pretty old I'd probably just remove support for
Hi Has anyone considered using libasync for serial port connection? I'm currently using libev in D for serial + network. But libasync seams to be better because of Vibe.d support....
it compiles and tells me, to put stuff to the local temp folder, but not output is done if i do so. i am running osx 10.12.6
I am not sure wether this issue is more libasync related or vibe-d related. The output is very verbose. There are a lot of lines with the same text: Using...
Is there any reason why you are not using [the D style conventions](http://dlang.org/dstyle.html)? Spaces instead of tabs and braces on own lines in particular.