{"id":22514383,"url":"https://github.com/anvell/async","last_synced_at":"2025-09-06T10:39:08.916Z","repository":{"id":51237617,"uuid":"355501964","full_name":"Anvell/async","owner":"Anvell","description":"Type describing generic asynchronous value","archived":false,"fork":false,"pushed_at":"2024-06-17T21:22:19.000Z","size":213,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:49:36.415Z","etag":null,"topics":["async","datatype","kotlin","mvi-android","mvi-architecture"],"latest_commit_sha":null,"homepage":"https://anvell.github.io/async","language":"Kotlin","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/Anvell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-07T10:23:46.000Z","updated_at":"2024-06-17T21:22:21.000Z","dependencies_parsed_at":"2025-02-02T03:36:01.489Z","dependency_job_id":null,"html_url":"https://github.com/Anvell/async","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Anvell/async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anvell%2Fasync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anvell%2Fasync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anvell%2Fasync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anvell%2Fasync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anvell","download_url":"https://codeload.github.com/Anvell/async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anvell%2Fasync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892837,"owners_count":25186561,"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-06T02:00:13.247Z","response_time":2576,"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","datatype","kotlin","mvi-android","mvi-architecture"],"created_at":"2024-12-07T03:17:32.235Z","updated_at":"2025-09-06T10:39:08.890Z","avatar_url":"https://github.com/Anvell.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Async\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/anvell/async/check.yml?label=Build%20%26%20Test\u0026style=flat-square)\n[![](https://jitpack.io/v/anvell/async.svg?style=flat-square)](https://jitpack.io/#anvell/async)\n[![License](https://img.shields.io/github/license/anvell/async.svg?style=flat-square)](https://github.com/anvell/async/blob/master/LICENSE)\n\n![badge][badge-jvm]\n![badge][badge-js]\n![badge][badge-linux]\n![badge][badge-windows]\n![badge][badge-mac]\n![badge][badge-ios]\n\nType describing generic asynchronous value.\n\nAsync value can be in either of the following states:\n\n• `Uninitialized` - the value has not been initialized yet\n\n• `Loading` - the value is being loaded \n\n• `Success` - stores successfully loaded `value` \n\n• `Fail` - failed to load the value with `error`\n\n## Installation\n\nLibrary is published on jitpack.io. Add repository it to your ```build.gradle``` script:\n```gradle\nallprojects {\n    repositories {\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\nand:\n\n```gradle\ndependencies {\n    implementation 'com.github.anvell:async:1.2.0'\n}\n```\n\n## API Reference\n\nIn order to generate API Reference in `.html` format, run the following command:\n\n```shell\n$ ./gradlew dokkaHtmlMultiModule\n```\n\n## Licensing\n\nProject is available under [MIT](https://github.com/Anvell/async/blob/master/LICENSE.txt) License.\n\n[badge-jvm]: http://img.shields.io/badge/-JVM-DB413D.svg?style=flat-square\n[badge-js]: http://img.shields.io/badge/-JS-F8DB5D.svg?style=flat-square\n[badge-linux]: http://img.shields.io/badge/-Linux-2D3F6C.svg?style=flat-square\n[badge-windows]: http://img.shields.io/badge/-Windows-4D76CD.svg?style=flat-square\n[badge-ios]: http://img.shields.io/badge/-iOS-CDCDCD.svg?style=flat-square\n[badge-mac]: http://img.shields.io/badge/-MacOs-808080.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanvell%2Fasync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanvell%2Fasync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanvell%2Fasync/lists"}