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 UniTaskAsyncEnumerable.Merge #498

Merged
merged 10 commits into from Sep 14, 2023
Merged

Add UniTaskAsyncEnumerable.Merge #498

merged 10 commits into from Sep 14, 2023

Conversation

hadashiA
Copy link
Member

@hadashiA hadashiA commented Sep 8, 2023

#361

Add Merge operator for Async LINQ.

I'm assuming the behavior is something like this:

a:
  00:00: hello
  00:05: world

b:
  00:01: foo
  00:02: bar
  00:06: baz


merge result:
hello
foo
bar
world
baz

refs: https://github.com/dotnet/reactive/blob/305d381dcc46c5966e7260e0959b3083846bf05f/Ix.NET/Source/System.Interactive.Async/System/Linq/Operators/Merge.cs#L13

@hadashiA hadashiA force-pushed the hadashiA/async-linq-merge branch 2 times, most recently from fa65a01 to 572361f Compare September 8, 2023 11:04
@hadashiA hadashiA marked this pull request as ready for review September 8, 2023 11:06
@neuecc
Copy link
Member

neuecc commented Sep 14, 2023

I understand, ok.

@hadashiA hadashiA merged commit 71958ad into master Sep 14, 2023
4 checks passed
@hadashiA hadashiA deleted the hadashiA/async-linq-merge branch September 14, 2023 07:28
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.

None yet

2 participants