machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Public Task import #281

Closed knownasilya closed 5 years ago

knownasilya commented 5 years ago

Currently I'm doing something like:

import { Task } from 'ember-concurrency/-task-property';

export default class PitchDeckEditor extends Component {

  @argument(Task)
  updateProfileTask;

Would love to have a public import for Task, since it's documented in the API.

maxfierke commented 5 years ago

Hi @knownasilya 👋 ! I'm going through and cleaning up the issue queue. It appears this is a duplicate of #123, so I'm going to close it out. However, it appears that this will be tackled by #302, if/when it gets merged.