#concurrency

[ follow ]
Syntax
1 day ago
JavaScript

Promise Flow Control, Concurrency, Libraries, TypeScript and Deferreds - Part 3 - Syntax #774

Discussion on advanced promise concepts like with resolvers, fetch promises, flow control, concurrency, throttling, TypeScript typing, and more. [ more ]
SoftwareMill
1 month ago
Scala

Safe direct-style Scala: Ox 0.1.0 released | SoftwareMill

Ox project 0.1.0 release offers safe direct-style concurrency and resiliency for Scala on the JVM. [ more ]
InfoQ
1 month ago
Web design

Swift Asynchronous Programming Recipes on GitHub

Massicotte's GitHub repo offers solutions and warnings for transitioning to Swift concurrency from GCD. [ more ]
#java
Alvinalexander
1 month ago
Scala

Creating a Thread (and Runnable) in Scala

Scala threads are created similarly to Java threads with slight syntax differences.
Java Runnable can be used in Scala to create threads by implementing the run method. [ more ]
Medium
3 months ago
Scala

Threads, ThreadPools and Executors-Multi Thread Processing In Java

Concurrency is a complex and common problem in software development.
Java provides higher-level abstractions like the ExecutorService interface to solve concurrency issues. [ more ]
medium.com
4 months ago
Scala

Comparing Scala, Java, Kotlin, and Go: A Comprehensive Overview

1. JVM languages like Scala, Java, and Kotlin share some underlying mechanics and support OOP principles.
2. Scala integrates both object-oriented and functional programming paradigms, while Java and Kotlin have a similar syntax but with additional features like null safety and extension functions. [ more ]
Medium
3 months ago
Scala

Threads, ThreadPools and Executors-Multi Thread Processing In Java

Concurrency is a common yet complex issue for developers.
Higher-level abstractions in languages simplify solving concurrency problems. [ more ]
morejava
LogRocket Blog
2 months ago
Web design

Actix Web adoption guide: Overview, examples, and alternatives - LogRocket Blog

Actix Web is a high-performance Rust microframework leveraging the Actor model for concurrency.
Actix Web outperformed 360 web frameworks in a TechEmpower benchmark, showcasing its efficiency and high performance. [ more ]
Topenddevs
3 months ago
Angular

Revolutionizing Angular Development with - AIA 405

RxFX library simplifies observable and effect handling
Exploring complexities of loading states and effects in app development [ more ]
InfoQ
3 months ago
Scala

Apache Pekko: Simplifying Concurrent Development With the Actor Model

Pekko is an open-source framework that simplifies the development of concurrent, distributed, resilient, and elastic applications.
Pekko leverages the Actor Model to provide high-level abstractions for concurrency and enables transparent remote communication capabilities. [ more ]
LogRocket Blog
4 months ago
JavaScript

Multithreading in Node.js with worker threads - LogRocket Blog

Node.js v10.5.0 introduced the worker_threads module, which allows for multithreading in Node.js.
JavaScript was initially single-threaded, but Node.js introduced asynchronous I/O to enable concurrency without the complexity of multithreading. [ more ]
[ Load more ]