libasync
libasync copied to clipboard
Fails to compile with latest compiler
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 library is over 2 years ago. Last commit is from 5 months ago. Is this library still being developed?
I was thinking of using it for async i/o on my io project (https://code.dlang.org/packages/io), but if this isn't being maintained, I'll write something myself.