Hi there 👋
You can check out my new open source project what I am working on Newbe.Claptrap.
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upYou can check out my new open source project what I am working on Newbe.Claptrap.
// namespace for Task using Newbe.ObjectVisitor.Task; // 🚧async way await o.V().ForEachAsync((context)=>{}).RunAsync(); // 🚧controlling concurrency a…