concurrency
Here are 2,839 public repositories matching this topic...
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jul 4, 2022 - C++
-
Updated
Jul 6, 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
As a developer, I want to have all the bloc examples be running on the latest stable version of Flutter/Dart.
- angular_counter
- flutter_bloc_with_stream
- flutter_complex_list
- flutter_counter
- flutter_dynamic_form
- flutter_firebase_login
- flutter_form_validation
- flutter_graphql_jobs
- flutter_infinite_list
- flutter_lo
-
Updated
Jul 6, 2022 - C#
-
Updated
Jun 8, 2021
-
Updated
Sep 17, 2019 - Java
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.
-
Updated
Jun 8, 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
-
Updated
Jul 5, 2022 - C#
-
Updated
Jun 29, 2022 - Go
-
Updated
Aug 3, 2021
-
Updated
Aug 23, 2021
-
Updated
Jul 2, 2022 - Ruby
-
Updated
Jun 14, 2022 - Go
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
-
Updated
May 26, 2022 - Go
-
Updated
Jun 18, 2022 - Java
-
Updated
May 30, 2022 - Go
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
May 1, 2022 - Rust
Is there a way to make a job re-occur N milliseconds after it finished previous time?
-
Updated
Oct 27, 2021
-
Updated
Jul 3, 2022 - PHP
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."
Problem
I am returning to WebGL work after some time away (with Vulkan) so may be misinterpreting something here, but...
The WebGL example loops through the
render_gl
function every frame. Therefore it's recompiling the shaders, linking them, all of this work that doesn't need to be repeated in the render loop.Steps To Reproduce
Steps to reproduce the behavior:
Start the app as