concurrency
Here are 2,775 public repositories matching this topic...
Node.js test runner that lets you develop with confidence
-
Updated
May 26, 2022 - JavaScript
-
Updated
May 26, 2022 - C++
High Performance Inter-Thread Messaging Library
-
Updated
May 22, 2022 - Java
Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
May 27, 2022 - Java
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
Description
The sidebar toggle (hamburger menu) has too much width on desktop devices and overlaps with the actual menu. This causes the user to accidentally collapse the menu when wishing to navigate to a new section.
Steps To Reproduce
- Go to the bloclibrary.dev.
- Click on the last visible menu item next to the sidebar toggle "icon".
Cloud Native application framework for .NET
-
Updated
May 28, 2022 - C#
Learning RxJava for Android by example
-
Updated
Sep 17, 2019 - Java
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.
-
Updated
May 26, 2022
In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs
The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.
In the test file, you can find stubs with links to the original tests written in Go and
Port of Akka actors for .NET
-
Updated
May 28, 2022 - C#
Reactive Extensions for the Go language.
-
Updated
May 26, 2022 - Go
Promise packages, patterns, chat, and tutorials
-
Updated
Aug 3, 2021
Java并发知识点总结
-
Updated
Aug 23, 2021
JRuby, an implementation of Ruby on the JVM
-
Updated
May 26, 2022 - Ruby
Image processing algorithms in pure Go
-
Updated
Dec 15, 2021 - Go
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
-
Updated
Mar 30, 2022 - Java
a thread-safe concurrent map for go
-
Updated
May 26, 2022 - Go
A simple generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
-
Updated
May 6, 2022 - Go
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
A small and fast async runtime for Rust
-
Updated
May 1, 2022 - Rust
An easy to use, powerful crawler implemented in PHP. Can execute Javascript.
-
Updated
May 28, 2022 - PHP
Is there a way to make a job re-occur N milliseconds after it finished previous time?
Write great asynchronous code in Swift using futures and promises
-
Updated
May 26, 2022 - Swift
The C++ Standard Library for Parallelism and Concurrency
-
Updated
May 28, 2022 - C++
Improve this page
Add a description, image, and links to the concurrency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the concurrency topic, visit your repo's landing page and select "manage topics."


This is about:
Component communication might deserve a dedicated page.
Ancestor -> Descendant
straightforward: passing props. Using a context if the descendants can be too deep down the tree.
Descedant -> Ancestor