concurrency
Here are 2,657 public repositories matching this topic...
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Feb 25, 2022 - C++
-
Updated
Feb 17, 2022 - Java
-
Updated
Feb 25, 2022 - Java
current return queueOfferResult == QueueOfferResult.enqueued();
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".
-
Updated
Feb 26, 2022 - C#
-
Updated
Sep 17, 2019 - Java
-
Updated
Jun 8, 2021
Expected Behavior
After implementing PartialEq and Eq for WeakAddr
we can check if weak references point to the same actor, just as we can with their strong counterparts. Expected behavior
Let w1
, w2
be either a pair of WeakAddr
s
w1 == w2
evaluates totrue
if and only if both point to the same actor, regardless of whether the actor reference can be upgradedw1==w2
eva
-
Updated
Dec 20, 2021
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
-
Updated
Feb 27, 2022 - C#
-
Updated
Feb 25, 2022 - Go
-
Updated
Aug 3, 2021
-
Updated
Feb 25, 2022 - Ruby
-
Updated
Aug 23, 2021
-
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
Jan 5, 2022 - Java
-
Updated
Jan 15, 2022 - Go
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Jan 8, 2022 - Rust
-
Updated
Dec 25, 2021 - Go
-
Updated
Jan 14, 2022 - PHP
-
Updated
Oct 27, 2021
Is there a way to make a job re-occur N milliseconds after it finished previous time?
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."
The project is on 2021 (#2338). Docs should be updated
Questionaire