Skip to content
#

concurrency-patterns

Here are 87 public repositories matching this topic...

This C++20 solution enables lazy initialization for multithreaded tasks. It efficiently initializes an expensive object only when needed, ensuring thread safety. It utilizes std::once_flag and std::atomic<bool> for synchronization, optimizing resource utilization and scalability.

  • Updated Apr 6, 2024
  • C++

This is attempt to build Objective-C framework for asynchronous execution flow. It should include basic operations like map, fold, compose and more above user-defined actions, which, in turn, may be synchronous or asynchronous.

  • Updated Mar 21, 2024
  • Objective-C++

Real-time swift geolocation and geocoding tracker with asynchronous streaming async await, concurrency and MapKit address decoder Example With its streamlined implementation process, you can quickly integrate this streaming solution into your app

  • Updated Jul 12, 2023
  • Swift

Improve this page

Add a description, image, and links to the concurrency-patterns topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the concurrency-patterns topic, visit your repo's landing page and select "manage topics."

Learn more