Skip to content

replace promises implementation with RSVP.js #27

@dherman

Description

@dherman

My promises implementation in task.js is not at all compliant with Promises/A{+}. It's funny, actually, I did this work before I understood why promises implicitly chain — and with task.js it doesn't really need them to chain. But my promises will not interoperate correctly with any popular promise libraries.

And anyway, task.js should do one thing and do it well… ;-) So we should just depend on RSVP instead of rolling our own promises.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions