{"id":20664576,"url":"https://github.com/outr/async","last_synced_at":"2026-04-21T11:02:23.851Z","repository":{"id":146976742,"uuid":"76131293","full_name":"outr/async","owner":"outr","description":"Scala and Scala.js framework to execute and schedule asynchronous tasks","archived":false,"fork":false,"pushed_at":"2016-12-13T03:34:18.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:21:26.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/outr.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":"2016-12-10T18:52:44.000Z","updated_at":"2019-11-24T23:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"415e5ad3-bb46-4b29-9bce-ca464b71c65b","html_url":"https://github.com/outr/async","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/outr/async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fasync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fasync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fasync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fasync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outr","download_url":"https://codeload.github.com/outr/async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fasync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32088913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-16T19:25:16.754Z","updated_at":"2026-04-21T11:02:23.835Z","avatar_url":"https://github.com/outr.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# async\n============\n\n[![Build Status](https://travis-ci.org/outr/async.svg?branch=master)](https://travis-ci.org/outr/async)\n[![Stories in Ready](https://badge.waffle.io/outr/async.png?label=ready\u0026title=Ready)](https://waffle.io/outr/async)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/outr/async)\n[![Maven Central](https://img.shields.io/maven-central/v/com.outr/async_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.outr/async_2.12)\n[![Latest version](https://index.scala-lang.org/com.outr/async/async/latest.svg)](https://index.scala-lang.org/com.outr/async/asyncZZ)\n\nScala and Scala.js framework to execute and schedule asynchronous tasks\n\n## Setup\n\nasync is published to Sonatype OSS and Maven Central supporting Scala and Scala.js on 2.11 and 2.12.\n\nConfiguring the dependency in SBT is as follows:\n\n```\nlibraryDependencies += \"com.outr\" %% \"async\" % \"1.0.0\"\n```\n\nor for Scala.js:\n\n```\nlibraryDependencies += \"com.outr\" %%% \"async\" % \"1.0.0\"\n```\n\n## Concepts\n\nThe goal of this framework is to provide a very simple abstraction for scheduled tasks in a consistent way between Scala\nand Scala.js. We currently rely on Akka's `Scheduler` on the JVM and JavaScript's `window.setInterval` on JS.\n\n## Using\n\n### Imports\n\nAsync is intended to be a minimalistic framework. As such, all the functionality you'll need access to is easily\navailable in one import:\n\n```\nimport com.outr.async._\n```\n\n### Scheduling Tasks\n\nTODO: Write\n\n### Features for 1.0.0 (In-Progress)\n\n* [X] Basic Scheduling of Tasks\n* [ ] Easy access to one-time scheduling\n* [ ] Convenience functionality to schedule for a specific time daily\n* [ ] Convenience functionality to schedule for a specific date and time\n* [ ] Workflow system\n* [ ] Complete code coverage\n* [ ] Fully documented","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutr%2Fasync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutr%2Fasync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutr%2Fasync/lists"}