{"id":13735357,"url":"https://github.com/planetis-m/sync","last_synced_at":"2025-04-06T20:33:18.454Z","repository":{"id":161973763,"uuid":"360586419","full_name":"planetis-m/sync","owner":"planetis-m","description":"Useful synchronization primitives.","archived":false,"fork":false,"pushed_at":"2024-08-26T19:26:49.000Z","size":464,"stargazers_count":19,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T03:33:36.350Z","etag":null,"topics":["multithreading","parallelism","synchronization","threads"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetis-m.png","metadata":{"files":{"readme":"readme.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-22T16:34:29.000Z","updated_at":"2024-09-12T13:20:16.000Z","dependencies_parsed_at":"2024-08-18T12:46:49.876Z","dependency_job_id":"8d28937e-1020-4618-9af8-b6d149d1cc23","html_url":"https://github.com/planetis-m/sync","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetis-m%2Fsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetis-m%2Fsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetis-m%2Fsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetis-m%2Fsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetis-m","download_url":"https://codeload.github.com/planetis-m/sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247548794,"owners_count":20956800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["multithreading","parallelism","synchronization","threads"],"created_at":"2024-08-03T03:01:05.990Z","updated_at":"2025-04-06T20:33:18.432Z","avatar_url":"https://github.com/planetis-m.png","language":"Nim","funding_links":[],"categories":["Language Features"],"sub_categories":["Threading"],"readme":"====================================================\n                        Sync\n====================================================\n\nUseful synchronization primitives.\n\nHigher-level synchronization objects\n====================================\n\nThe following is an overview of the available synchronization objects:\n\n- *Barrier*: Ensures multiple threads will wait for each other to reach a point in the program, before continuing execution all together.\n- *Once*: Used for thread-safe, one-time initialization of a global variable.\n- *RwLock*: Provides a mutual exclusion mechanism which allows multiple readers at the same time, while allowing only one writer at a time. In some cases, this can be more efficient than a mutex.\n- *Semaphore*: Counting semaphore performing asynchronous permit aquisition.\n\nAPI `documentation \u003chttps://planetis-m.github.io/sync/\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetis-m%2Fsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetis-m%2Fsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetis-m%2Fsync/lists"}