{"id":15597446,"url":"https://github.com/flagbug/reactivemarrow","last_synced_at":"2025-03-19T09:31:26.356Z","repository":{"id":143173549,"uuid":"9729452","full_name":"flagbug/ReactiveMarrow","owner":"flagbug","description":"This library extends Reactive Extensions with a few helpers","archived":false,"fork":false,"pushed_at":"2015-03-13T22:51:23.000Z","size":458,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T19:04:58.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flagbug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-28T11:54:35.000Z","updated_at":"2019-05-08T20:38:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccf8153d-0c2f-4c29-a206-bb1f6f3bc178","html_url":"https://github.com/flagbug/ReactiveMarrow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FReactiveMarrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FReactiveMarrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FReactiveMarrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FReactiveMarrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flagbug","download_url":"https://codeload.github.com/flagbug/ReactiveMarrow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244398793,"owners_count":20446455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T01:21:53.053Z","updated_at":"2025-03-19T09:31:26.082Z","avatar_url":"https://github.com/flagbug.png","language":"C#","readme":"# Overview\n\nReactiveMarrow adds some helpers and extensions for [Reactive Extensions](https://github.com/Reactive-Extensions/Rx.NET)\n\nYou can grab it from [NuGet](http://www.nuget.org/packages/ReactiveMarrow/)\n\nThis is a portable class library and supports every platform that Rx supports.\n\n# IObservable Extensions\n\n## `SampleAndCombineLatest`\n\n`SampleAndCombineLatest`, as its name says, is a mix of `Sample` and `CombineLatest`.\n\nIt takes the latest value of the left observable and combines it with the latest value of the right observable whenever the right sequence produces an element.\n\n## `MatchPair`\n\nMatches equal pairs in two observable sequences, based on a key selector.\n\n## `LimitRate`\n\nLimits the rate at which items are pushed based on a `TimeSpan`.\n\nThis method differs from `Sample`, as items aren't dropped and if items come slower than the maximum rate, \nthey are processed imemdiately, instead of waiting on the next \"tick\".\n\nA timespan of 2 seconds would mean the items are processed at a maximum rate of one item every two seconds.\n\n## `ToUnit`\n\nA selector over an `IObservable` that converts it to `IObservable\u003cUnit\u003e`\n\n# `RateLimitedOperationQueue`\n\nA operation processing queue that can limit the number of operations per given timespan.\n\nThis differs from the `LimitRate` method, as `RateLimitedOperationQueue` is a class and can be used in a non-functional way.\n\n# `ReactiveProperty`\n\nThis class provides a read-write property through the `Value` property \nand is at the same time a `IObservable` backed by a `BehaviourSubject`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagbug%2Freactivemarrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflagbug%2Freactivemarrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagbug%2Freactivemarrow/lists"}