Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Task.opEquals
bool opEquals ( scope ref const(Task) other ) nothrow @safe const;
bool opEquals ( scope const(Task) other ) nothrow @safe const;
bool opEquals ( scope const(shared(Task)) other ) nothrow @safe const shared;