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

More operators/overloads #653

Closed
24 of 25 tasks
akarnokd opened this issue Dec 22, 2013 · 4 comments
Closed
24 of 25 tasks

More operators/overloads #653

akarnokd opened this issue Dec 22, 2013 · 4 comments

Comments

@akarnokd
Copy link
Member

Rx.NET 2.2.2

Potential Java specific operators/overloads:

  • just(Func0<R> factory) return the value of the factory for the subscriber.
  • lock(Lock lock) or synchronize(Lock lock) to support j.u.c.Locks for synchronization.
  • Using with java.io.Closeable
    • using(Func0<C>, Func1<C, Observable<T>>)
    • usingFuture(Func1<BooleanSubscription, Future<C>>, Func2<C, BooleanSubscription, Future<Observable<T>>>)
@benjchristensen
Copy link
Member

Reviewed by @headinthebox and I for things that should not be added and used strikethrough so they are still on the list but marked to not work on.

@benjchristensen
Copy link
Member

lock(Lock lock) or synchronize(Lock lock) to support j.u.c.Locks for synchronization.

What is a use case when this would ever be needed? @headinthebox mentioned that it's not really used in Rx.Net so likely not worth us adding.

@akarnokd
Copy link
Member Author

akarnokd commented Jan 2, 2014

Okay, no worries. I won't start working on the remaining ones for at least a week.

@akarnokd
Copy link
Member Author

akarnokd commented May 8, 2014

Closing this and ignoring just(Func0<R> factory).

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

No branches or pull requests

2 participants