🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@buschtoens/ember-concurrency

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buschtoens/ember-concurrency

Improved concurrency/async primitives for Ember.js

beta
latest
Source
npmnpm
Version
0.8.24-beta.1
Version published
Maintainers
1
Created
Source

ember-concurrency

Build Status NPM Ember Observer Score Ember Version

Improved concurrency primitives for Ember.js. Documentation can be found here.

Installation

ember-concurrency is an ember-cli addon. You can install it via:

ember install ember-concurrency

If you're using a version of ember-concurrency older than 0.7.5, you'll also need to run:

ember install ember-maybe-import-regenerator

Documentation

The ember-concurrency documentation site is an ember-cli app with interactive examples powered by ember-concurrency. It runs from ember-concurrency's dummy test app (thanks to ef4 for spearheading this approach).

Problems?

Contributing

This project uses yarn as a package manager. If you're adding a new dependency, ensure that the yarn.lock lockfile is updated and committed into your pull request.

Addon Maintenance

Installation

  • git clone this repository
  • yarn install
  • bower install

Running

Running Tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Generate Docs

TODO: use build pipeline.

./builddocs.sh

Keywords

ember-addon

FAQs

Package last updated on 07 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts