#concurrency search results

Is converting a method to a function pointer in Rust like trying to teach a cat to bark? Source: devhubby.com/thread/how-to-… #Concurrency #LearnToCode #CodeNewbie #FunctionalProgramming #rust #method

alieGotha's tweet image. Is converting a method to a function pointer in Rust like trying to teach a cat to bark?

Source: devhubby.com/thread/how-to-…

#Concurrency #LearnToCode #CodeNewbie #FunctionalProgramming #rust #method

Hey everyone! It’s been a busy week, so I haven’t shared as much as I’d like. But I’m excited to give you a quick look into a project I’ve been working on—using Go routines & concurrency to match riders with customer pickup locations efficiently. 🚗💨 #GoLang #Concurrency

_iamyak's tweet image. Hey everyone! It’s been a busy week, so I haven’t shared as much as I’d like. But I’m excited to give you a quick look into a project I’ve been working on—using Go routines & concurrency to match riders with customer pickup locations efficiently. 🚗💨

#GoLang #Concurrency

Using ProcessPoolExecutor to manage CPU-bound operations efficiently #Python #Concurrency

SuperFastPython's tweet image. Using ProcessPoolExecutor to manage CPU-bound operations efficiently
#Python #Concurrency

"Ship concurrent features with confidence. Bruce Tate turns OTP building blocks into everyday habits. link in comment @redrapids #elixir #otp #concurrency "

pragprog's tweet image. "Ship concurrent features with confidence. Bruce Tate turns OTP building blocks into everyday habits. 
link in comment
@redrapids 
#elixir #otp #concurrency
"

Wrapping up the day with a deep tech dive! ⚙️ @iamNarcisse on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.” Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹 #GoLang #Concurrency #gca25

gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25
gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25
gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25

When your Go code scales, small mistakes become big. Learn to control concurrency, context, and performance before they control you. Effective Go Recipes by @tebeka 🔗 in 🧵 40% off w code pragpicks #golang #concurrency #scalability

pragprog's tweet image. When your Go code scales, small mistakes become big. Learn to control concurrency, context, and performance before they control you. 
Effective Go Recipes by @tebeka 
🔗  in 🧵 
40% off w code pragpicks 
#golang #concurrency #scalability

I got buried in #concurrency and had to stop. 😅 The goal was to avoid using the `nonisolated` keyword in the context where #MainActor is the default isolation, but so far, I haven't found a better solution. 🤔 Here is the first response from the completed request! 🎉

PiotrekJeremicz's tweet image. I got buried in #concurrency and had to stop. 😅

The goal was to avoid using the `nonisolated` keyword in the context where #MainActor is the default isolation, but so far, I haven't found a better solution. 🤔

Here is the first response from the completed request! 🎉

Concurrency is a global pain point - and now engineers in Japan, Russia, and Taiwan are reading my book, Grokking Concurrency, in their native languages. Wild. #Concurrency #SoftwareEngineering @ManningBooks

luminousmen's tweet image. Concurrency is a global pain point - and now engineers in Japan, Russia, and Taiwan are reading my book, Grokking Concurrency, in their native languages. Wild.

#Concurrency #SoftwareEngineering @ManningBooks

The Concurrency Conundrum Sometimes a simple question uncovers big lessons—about concurrency, atomicity, and the challenge of managing shared resources. Read the Blog: buff.ly/k8cuDPL #SoftwareDevelopment #Concurrency #Coding #FromTheBlog #Wawandco

wawandco's tweet image. The Concurrency Conundrum
Sometimes a simple question uncovers big lessons—about concurrency, atomicity, and the challenge of managing shared resources.

Read the Blog: buff.ly/k8cuDPL 

#SoftwareDevelopment #Concurrency #Coding #FromTheBlog #Wawandco

Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future. #Python #Concurrency

SuperFastPython's tweet image. Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future.
#Python #Concurrency

Limiting the number of concurrent processes with ProcessPoolExecutor #Python #Concurrency

SuperFastPython's tweet image. Limiting the number of concurrent processes with ProcessPoolExecutor
#Python #Concurrency

Tired of race conditions & lost context in async #Java code? #JakartaEE #Concurrency handles it all—thread pools, context propagation, & clean managed threads. Gautham Krishnan shows how to do it right, with working code: javapro.io/2025/09/02/nav… @JakartaEE @OpenLibertyIO

JAVAPROmagazin's tweet image. Tired of race conditions & lost context in async #Java code? #JakartaEE #Concurrency handles it all—thread pools, context propagation, & clean managed threads.

Gautham Krishnan shows how to do it right, with working code: javapro.io/2025/09/02/nav…

@JakartaEE @OpenLibertyIO

Tip: Combine ThreadPoolExecutor with queues to buffer tasks and prevent overwhelming the pool with too many jobs. #Python #Concurrency

SuperFastPython's tweet image. Tip: Combine ThreadPoolExecutor with queues to buffer tasks and prevent overwhelming the pool with too many jobs.
#Python #Concurrency

How does your computer juggle a dozen things at once (unlike you)? 🤹‍♂️ Find out what concurrency really is—with Smarties, group chats, and wizard costumes. 🎥 youtube.com/shorts/wXMYQDx… #TeamCompSci #CraignDave #Concurrency #ComputerScience

craigndave1's tweet image. How does your computer juggle a dozen things at once (unlike you)? 🤹‍♂️
Find out what concurrency really is—with Smarties, group chats, and wizard costumes.

🎥  youtube.com/shorts/wXMYQDx…

#TeamCompSci #CraignDave #Concurrency #ComputerScience

Built a Rust mempool prototype 🛠️ Raw pointer management ✅ Transaction hashing 🔒 Threaded validation ⚡ Learning low-level concurrency & safety! #RustLang #Blockchain #Concurrency


Recently, in our English Lang Club, we dived into Concurrency & Parallelism in Go. We wrote a program to send concurrent HTTP requests, ensuring proper synchronization with WaitGroup. Sharpen your tech skills & English—join us next time! 🚀 #golang #concurrency #parallelism

happyhackings's tweet image. Recently, in our English Lang Club, we dived into Concurrency & Parallelism in Go.

We wrote a program to send concurrent HTTP requests, ensuring proper synchronization with WaitGroup.

Sharpen your tech skills & English—join us next time! 🚀

#golang #concurrency #parallelism
happyhackings's tweet image. Recently, in our English Lang Club, we dived into Concurrency & Parallelism in Go.

We wrote a program to send concurrent HTTP requests, ensuring proper synchronization with WaitGroup.

Sharpen your tech skills & English—join us next time! 🚀

#golang #concurrency #parallelism

Using ProcessPoolExecutor to manage CPU-bound operations efficiently #Python #Concurrency

SuperFastPython's tweet image. Using ProcessPoolExecutor to manage CPU-bound operations efficiently
#Python #Concurrency

Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future. #Python #Concurrency

SuperFastPython's tweet image. Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future.
#Python #Concurrency

Debugged an intermittent multi-threading issue due to a stale-snapshot inside OPA’s notification system and how I reproduced, traced, and fixed it. pushpalanka.medium.com/beyond-race-de… #concurrency #multithreading #opa #debugging #Racedetection


Gopher/Go means a simple, readable syntax, lightning-fast compilation, near-C runtime speed, built-in concurrency with goroutines and channels, single static binaries without dependency pain, a powerful standard library! @gopher_ai #Concurrency #Performance #Kubernetes

morpharts_'s tweet image. Gopher/Go means a simple, readable syntax, lightning-fast compilation, near-C runtime speed, built-in concurrency with goroutines and channels, single static binaries without dependency pain, a powerful standard library!
@gopher_ai 
 #Concurrency #Performance #Kubernetes

Limiting the number of concurrent processes with ProcessPoolExecutor #Python #Concurrency

SuperFastPython's tweet image. Limiting the number of concurrent processes with ProcessPoolExecutor
#Python #Concurrency

Tip: Combine ThreadPoolExecutor with queues to buffer tasks and prevent overwhelming the pool with too many jobs. #Python #Concurrency

SuperFastPython's tweet image. Tip: Combine ThreadPoolExecutor with queues to buffer tasks and prevent overwhelming the pool with too many jobs.
#Python #Concurrency

Setting a custom initializer function for the ProcessPoolExecutor #Python #Concurrency

SuperFastPython's tweet image. Setting a custom initializer function for the ProcessPoolExecutor
#Python #Concurrency

Tip: Use with statements to ensure the thread pool shuts down gracefully when done. #Python #Concurrency

SuperFastPython's tweet image. Tip: Use with statements to ensure the thread pool shuts down gracefully when done.
#Python #Concurrency

Using ProcessPoolExecutor with dynamic process pool size based on CPU count #Python #Concurrency

SuperFastPython's tweet image. Using ProcessPoolExecutor with dynamic process pool size based on CPU count
#Python #Concurrency

Configuring ProcessPoolExecutor with a specific number of processes #Python #Concurrency

SuperFastPython's tweet image. Configuring ProcessPoolExecutor with a specific number of processes
#Python #Concurrency

Tip: Pass immutable objects or copies to threads to prevent race conditions and avoid complex synchronization. #Python #Concurrency

SuperFastPython's tweet image. Tip: Pass immutable objects or copies to threads to prevent race conditions and avoid complex synchronization.
#Python #Concurrency

Hello World example using ProcessPoolExecutor with submit() #Python #Concurrency

SuperFastPython's tweet image. Hello World example using ProcessPoolExecutor with submit()
#Python #Concurrency

Is converting a method to a function pointer in Rust like trying to teach a cat to bark? Source: devhubby.com/thread/how-to-… #Concurrency #LearnToCode #CodeNewbie #FunctionalProgramming #rust #method

alieGotha's tweet image. Is converting a method to a function pointer in Rust like trying to teach a cat to bark?

Source: devhubby.com/thread/how-to-…

#Concurrency #LearnToCode #CodeNewbie #FunctionalProgramming #rust #method

Using ProcessPoolExecutor to manage CPU-bound operations efficiently #Python #Concurrency

SuperFastPython's tweet image. Using ProcessPoolExecutor to manage CPU-bound operations efficiently
#Python #Concurrency

"Ship concurrent features with confidence. Bruce Tate turns OTP building blocks into everyday habits. link in comment @redrapids #elixir #otp #concurrency "

pragprog's tweet image. "Ship concurrent features with confidence. Bruce Tate turns OTP building blocks into everyday habits. 
link in comment
@redrapids 
#elixir #otp #concurrency
"

Wrapping up the day with a deep tech dive! ⚙️ @iamNarcisse on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.” Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹 #GoLang #Concurrency #gca25

gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25
gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25
gophers_africa's tweet image. Wrapping up the day with a deep tech dive! ⚙️
@iamNarcisse    on stage at #GopherConAfrica2025 with “Non-Deadlock Concurrency Bugs in Go.”
Exploring the subtle, tricky side of Go routines and how to make our concurrent code safer & smarter 🧠🐹
#GoLang #Concurrency #gca25

Limiting the number of concurrent processes with ProcessPoolExecutor #Python #Concurrency

SuperFastPython's tweet image. Limiting the number of concurrent processes with ProcessPoolExecutor
#Python #Concurrency

Hey everyone! It’s been a busy week, so I haven’t shared as much as I’d like. But I’m excited to give you a quick look into a project I’ve been working on—using Go routines & concurrency to match riders with customer pickup locations efficiently. 🚗💨 #GoLang #Concurrency

_iamyak's tweet image. Hey everyone! It’s been a busy week, so I haven’t shared as much as I’d like. But I’m excited to give you a quick look into a project I’ve been working on—using Go routines & concurrency to match riders with customer pickup locations efficiently. 🚗💨

#GoLang #Concurrency

‘All threads are equal!’ – said the gopher, moments before a deadlock. #GoLang #Concurrency #Propaganda

HubertBosiacki's tweet image. ‘All threads are equal!’ – said the gopher, moments before a deadlock. #GoLang #Concurrency #Propaganda

When your Go code scales, small mistakes become big. Learn to control concurrency, context, and performance before they control you. Effective Go Recipes by @tebeka 🔗 in 🧵 40% off w code pragpicks #golang #concurrency #scalability

pragprog's tweet image. When your Go code scales, small mistakes become big. Learn to control concurrency, context, and performance before they control you. 
Effective Go Recipes by @tebeka 
🔗  in 🧵 
40% off w code pragpicks 
#golang #concurrency #scalability

Concurrency is a global pain point - and now engineers in Japan, Russia, and Taiwan are reading my book, Grokking Concurrency, in their native languages. Wild. #Concurrency #SoftwareEngineering @ManningBooks

luminousmen's tweet image. Concurrency is a global pain point - and now engineers in Japan, Russia, and Taiwan are reading my book, Grokking Concurrency, in their native languages. Wild.

#Concurrency #SoftwareEngineering @ManningBooks

Our last talk of the evening is from the lovely Shehneel who is a first time speaker from @acresoftware! We are so excited and proud of her for taking the stage @womenwhogolndn to talk about #golang #concurrency 💕💕

classic_addetz's tweet image. Our last talk of the evening is from the lovely Shehneel who is a first time speaker from @acresoftware! We are so excited and proud of her for taking the stage @womenwhogolndn to talk about #golang #concurrency 💕💕

cooperative concurrency using a single thread can outperform preemptive concurrency with a thousand OS threads. how is this possible and what does “I/O bound” mean in programming? 🧵👇 #Rust #AsyncAwait #Concurrency

gabe_guerra_'s tweet image. cooperative concurrency using a single thread can outperform preemptive concurrency with a thousand OS threads. 
 
how is this possible and what does “I/O bound” mean in programming?
🧵👇

#Rust #AsyncAwait #Concurrency

runBlocking is not always bad practice! Learn where it should be used, where it shouldn't, and where it has better alternatives in our new article by Marcin Moskała. kt.academy/article/run_bl… #Kotlin #Coroutines #Concurrency #SoftwareDevelopment #KtAcademy

ktdotacademy's tweet image. runBlocking is not always bad practice! Learn where it should be used, where it shouldn't, and where it has better alternatives in our new article by Marcin Moskała. 
kt.academy/article/run_bl… 

#Kotlin #Coroutines #Concurrency #SoftwareDevelopment #KtAcademy

🎙️ Now on stage at #DevFestGNR2024, diving into Goroutines & how system threads work in Go: @xprilion. #GoLang #Concurrency #TechTalk

GDG_Gandhinagar's tweet image. 🎙️ Now on stage at #DevFestGNR2024, diving into Goroutines & how system threads work in Go: @xprilion. #GoLang #Concurrency #TechTalk

My "Grokking Concurrency" book is in the final stages of publishing! Check out this super clear illustration of the different scalability types. #SoftwareEngineering #Concurrency #ComputerScience #dataengineering

luminousmen's tweet image. My "Grokking Concurrency" book is in the final stages of publishing! Check out this super clear illustration of the different scalability types.
#SoftwareEngineering #Concurrency #ComputerScience #dataengineering

Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future. #Python #Concurrency

SuperFastPython's tweet image. Tip: Handle timeouts by passing the timeout parameter to result() when retrieving the result of a future.
#Python #Concurrency

"Task Cancellation in Swift Concurrency" hakkında yazdığım makaleme linkten ulaşabilirsiniz. Beğenirseniz ve eklememi istediğiniz bilgiler varsa yorum yapmayı, clap atmayı ve paylaşarak diğer insanlara ulaşmasına katkıda bulunabilirsiniz. medium.com/@alicantarim/t… #Concurrency

alicantarim's tweet image. "Task Cancellation in Swift Concurrency" hakkında yazdığım makaleme linkten ulaşabilirsiniz. Beğenirseniz ve eklememi istediğiniz bilgiler varsa yorum yapmayı, clap atmayı ve paylaşarak diğer insanlara ulaşmasına katkıda bulunabilirsiniz.

medium.com/@alicantarim/t…

#Concurrency…

Loading...

Something went wrong.


Something went wrong.


United States Trends