{"id":24429405,"url":"https://github.com/snowball-tools/web3concurrency","last_synced_at":"2025-09-08T15:46:18.281Z","repository":{"id":245602497,"uuid":"818730787","full_name":"snowball-tools/Web3Concurrency","owner":"snowball-tools","description":"Add support for structured concurrency to Web3.swift.","archived":false,"fork":false,"pushed_at":"2024-06-24T14:35:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T18:16:39.654Z","etag":null,"topics":["async-await","ethereum","structured-concurrency","swift","web3"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/snowball-tools.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":"2024-06-22T17:36:38.000Z","updated_at":"2024-06-24T14:35:49.000Z","dependencies_parsed_at":"2024-06-23T00:57:59.521Z","dependency_job_id":"709bdbf7-7819-41c7-b359-a43a59ea9b74","html_url":"https://github.com/snowball-tools/Web3Concurrency","commit_stats":null,"previous_names":["snowball-tools/web3concurrency"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/snowball-tools/Web3Concurrency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowball-tools%2FWeb3Concurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowball-tools%2FWeb3Concurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowball-tools%2FWeb3Concurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowball-tools%2FWeb3Concurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snowball-tools","download_url":"https://codeload.github.com/snowball-tools/Web3Concurrency/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowball-tools%2FWeb3Concurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274209420,"owners_count":25241783,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["async-await","ethereum","structured-concurrency","swift","web3"],"created_at":"2025-01-20T13:35:49.761Z","updated_at":"2025-09-08T15:46:18.239Z","avatar_url":"https://github.com/snowball-tools.png","language":"Swift","readme":"# Web3Concurrency\n\nWeb3Concurrency is a Swift library that adds support for structured concurrency to [Web3.swift](https://github.com/Boilertalk/Web3.swift).\n\n## Installation\n\n### Swift Package Manager\n\nTo include Web3Concurrency in your project, add the following dependency to your `Package.swift` file:\n\n```swift\n// swift-tools-version:6.0\nimport PackageDescription\n\nlet package = Package(\n    name: \"MyProject\",\n    platforms: [\n        .iOS(.v17),\n    ],\n    products: [\n        .library(\n            name: \"MyProject\",\n            targets: [\"MyProject\"]),\n    ],\n    dependencies: [\n        .package(url: \"https://github.com/snowball-tools/Web3Concurrency\", from: \"1.0.0\"),\n    ],\n    targets: [\n        .target(\n            name: \"MyProject\",\n            dependencies: [\n                .product(name: \"Web3Concurrency\", package: \"Web3Concurrency\"),\n            ]\n        ),\n        .testTarget(\n            name: \"MyProjectTests\",\n            dependencies: [\"MyProject\"]),\n    ]\n)\n```\n\n## License\n\nWeb3Concurrency is available under the MIT license. See the LICENSE file for more info.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowball-tools%2Fweb3concurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowball-tools%2Fweb3concurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowball-tools%2Fweb3concurrency/lists"}