Git Product home page Git Product logo

Comments (8)

akarnokd avatar akarnokd commented on July 29, 2024

Are you familiar with reactive programming? There is no explicit queue but a stream which might be driven from a Processor and observed on some background Scheduler. I'd also suggest checking stackoverflow for similar questions.

from reactor-core-dotnet.

SeanFarrow avatar SeanFarrow commented on July 29, 2024

Got it, Hasthe WorkQueueProcessor been proted over as yet? I think this is what I need!
thanks.
Sean.

from reactor-core-dotnet.

akarnokd avatar akarnokd commented on July 29, 2024

No and I don't know if I can do it as I don't understand its purpose and flow pattern.

from reactor-core-dotnet.

SeanFarrow avatar SeanFarrow commented on July 29, 2024

from reactor-core-dotnet.

SeanFarrow avatar SeanFarrow commented on July 29, 2024

how closely does this port stick to the JVM original? the JVM verouses the Java Runnable interface which is analogous to the deligate passed to the Thread as the ThreadStart delegate? Should we use c#/.net idioms where possible, or directly convert the Javcode?

from reactor-core-dotnet.

akarnokd avatar akarnokd commented on July 29, 2024

The API mirrors that of Reactor-Core from June 2016. The current and upcoming Reactor-Core have diverged from that since then.

This C# is a general .NET Core platform compatible and I don't think you can manually create Threads with it. The only thing that's available is the Task primitives that don't leave much control about how many and which thread run.

Otherwise, the extension methods in Flux and Mono use standard Func and Action delegates because there is no functional-interface notion in C# and there is no need for it really.

from reactor-core-dotnet.

SeanFarrow avatar SeanFarrow commented on July 29, 2024

Hi, Looking at this further, System.Threading.Thread is going ot be fully supported in .net standard 2.0. v1.3, has support, but it's not fully implemented. What version of .net standard does Reactor-Core support?

from reactor-core-dotnet.

akarnokd avatar akarnokd commented on July 29, 2024

It is marked as a portable class library which is compatible with .NET Core 1. We are at the mercy of Visual Studio 2015 here. If things get upgraded in the mean time, we may at the end release for Core 2.0 after all.

from reactor-core-dotnet.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.