Code Monkey home page Code Monkey logo

jcd.tasks's People

Contributors

jason-c-daniels avatar

Watchers

 avatar

jcd.tasks's Issues

Add more TryWaitAsync overloads, to match TryWait

Request Summary

Add more TryWaitAsync overloads, to match TryWait

Proposed Resolution

Give a 1 to 1 parity in overloads and parameters.

Alternatives

Remove TryWaitAsync - I use it in the test apps, and it seems useful. That's why I want more of them. :-)

Additional context

APIs with parallel xAsync APIs should always offer the same overloads only varying by return type. (Task/Task)

Find a better name for Cancel on BlockingTaskProcessor

Task Description

Find a better name for Cancel on BlockingTaskProcessor

Motivation

The name is misleading. It does more than just cancel task execution.

Additional Context

Appropriately named APIs are less likely to suffer misuse.

Find and use a robust implementation of LimitedConcurrencyTaskScheduler in BlockingTaskProcessor

Task Description

Find and use a robust implementation of LimitedConcurrencyTaskScheduler in BlockingTaskProcessor.

Motivation

Best practices adherence.

Additional Context

According to articles by the experts and (former?) implementers of Tasks within .Net there are some "bad practices" currently going on in BlockingTaskProcessor. One of these is BlockingTaskProcessor is not using a proper TaskScheduler in order to start the tasks being executed.

https://devblogs.microsoft.com/pfxteam/faq-on-task-start/
https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.paralleloptions?view=net-7.0

Finish summary comments in TaskExtensions

Task Description

Finish summary comments in TaskExtensions

Motivation

Summary comments are used to generate API documentation. Having these incomplete leaves the API documentation incomplete.

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.