{"id":17214587,"url":"https://github.com/samdphillips/racket-syncvar","last_synced_at":"2026-03-19T00:04:05.341Z","repository":{"id":65143530,"uuid":"530798116","full_name":"samdphillips/racket-syncvar","owner":"samdphillips","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-16T03:38:15.000Z","size":420,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T18:02:36.585Z","etag":null,"topics":["concurrency","racket"],"latest_commit_sha":null,"homepage":"https://samdphillips.github.io/racket-syncvar/","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdphillips.png","metadata":{"files":{"readme":"README.md","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":"2022-08-30T19:19:40.000Z","updated_at":"2023-03-14T16:23:39.000Z","dependencies_parsed_at":"2024-12-03T12:50:32.203Z","dependency_job_id":null,"html_url":"https://github.com/samdphillips/racket-syncvar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/samdphillips/racket-syncvar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-syncvar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-syncvar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-syncvar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-syncvar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdphillips","download_url":"https://codeload.github.com/samdphillips/racket-syncvar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-syncvar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:19:55.533Z","status":"ssl_error","status_checked_at":"2026-02-03T15:13:09.723Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["concurrency","racket"],"created_at":"2024-10-15T03:03:45.175Z","updated_at":"2026-02-03T15:34:39.515Z","avatar_url":"https://github.com/samdphillips.png","language":"Racket","readme":"# syncvar: a library of synchronous variables\n\nThe `syncvar` library is a library to access synchronous variables\ninspired by [CML](http://cml.cs.uchicago.edu/pages/sync-var.html).\n\nThis library primarily provides [Id\nstyle](https://en.wikipedia.org/wiki/Id_(programming_language))\nsynchronous variables.  These variables have two states: empty and full.  When a\nthread attempts to read a variable that is empty the thread will block until it\nis full.  Any attempt to write a value to a full variable will raise an\nexception.\n\n## Changelog\n\n### 0.9.0\n\nRelease date: 2022/12/29\n\n* Initial package server release.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fracket-syncvar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdphillips%2Fracket-syncvar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fracket-syncvar/lists"}