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 operator to defer starting an effect. #94

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Add operator to defer starting an effect. #94

merged 1 commit into from
Apr 15, 2021

Conversation

mbrandonw
Copy link
Member

We've talked about add this to TCA proper so let's try it out a bit in isowords. This is especially use for fire-and-forget effects that you want to delay when they start. You can't use the .delay operator on those effects because that only delays emissions, not when the effect starts.

@mbrandonw mbrandonw requested a review from stephencelis April 15, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants