Add cancelable
operator
#154
igorkamyshev
started this conversation in
Ideas
Replies: 3 comments 6 replies
-
Maybe it is better to name it in style of effector fabric-methods: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Raw try to implement base |
Beta Was this translation helpful? Give feedback.
4 replies
-
Possible implementation here, feel free to join discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some effects should be cancelled because of different events. So, I propose to add operator
cancellable
, for creation cancellable effect.Reference:
API proposition:
With this API, we can reimplement the most parts of
fry-fx
andeffector-reeffect
.What do you think of this proposal? If you are OK with it, I try to implement naive version of it in PR.
Beta Was this translation helpful? Give feedback.
All reactions