Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add object form arguments for delay #46

Closed
sergeysova opened this issue Jun 18, 2020 · 0 comments · Fixed by #51
Closed

Add object form arguments for delay #46

sergeysova opened this issue Jun 18, 2020 · 0 comments · Fixed by #51
Labels
BREAKING CHANGES Some features changes without backward compatibility
Milestone

Comments

@sergeysova
Copy link
Member

sergeysova commented Jun 18, 2020

const delayed = delay({
  source: unit,
  timeout: 100,
})

const delayed = delay({
  source: unit,
  timeout: (payload) => 100,
})

const delayed = delay({
  source: unit,
  timeout: $timeout,
})
@sergeysova sergeysova added the BREAKING CHANGES Some features changes without backward compatibility label Jun 18, 2020
@sergeysova sergeysova added this to the 1.0 🦋 milestone Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING CHANGES Some features changes without backward compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant