{"id":13467166,"url":"https://github.com/puniverse/quasar","last_synced_at":"2025-05-14T01:10:44.224Z","repository":{"id":7692204,"uuid":"9056142","full_name":"puniverse/quasar","owner":"puniverse","description":"Fibers, Channels and Actors for the JVM","archived":false,"fork":false,"pushed_at":"2024-01-21T07:18:32.000Z","size":80585,"stargazers_count":4570,"open_issues_count":101,"forks_count":574,"subscribers_count":278,"default_branch":"master","last_synced_at":"2025-04-10T03:45:20.647Z","etag":null,"topics":["actors","concurrency","fibers","java","jvm"],"latest_commit_sha":null,"homepage":"http://docs.paralleluniverse.co/quasar/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puniverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","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":"2013-03-27T14:51:24.000Z","updated_at":"2025-03-27T05:03:31.000Z","dependencies_parsed_at":"2024-06-18T16:06:30.723Z","dependency_job_id":null,"html_url":"https://github.com/puniverse/quasar","commit_stats":{"total_commits":2311,"total_committers":25,"mean_commits":92.44,"dds":"0.21592384249242758","last_synced_commit":"db0ac29f55bc0515023d67ab86a2178c5e6eeb94"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fquasar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fquasar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fquasar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fquasar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puniverse","download_url":"https://codeload.github.com/puniverse/quasar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254049257,"owners_count":22006029,"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":["actors","concurrency","fibers","java","jvm"],"created_at":"2024-07-31T15:00:53.719Z","updated_at":"2025-05-14T01:10:39.216Z","avatar_url":"https://github.com/puniverse.png","language":"Java","funding_links":[],"categories":["Java","I. Development","Frameworks, Libraries and Tools","并发编程","Frameworks / Runtimes","\u003ca name=\"Java\"\u003e\u003c/a\u003eJava"],"sub_categories":["1. Common frameworks and libraries","Application Frameworks"],"readme":"# *Quasar*\u003cbr/\u003eFibers, Channels and Actors for the JVM\n[![Build Status](https://travis-ci.org/puniverse/quasar.svg?branch=master)](https://travis-ci.org/puniverse/quasar) [![Version](http://img.shields.io/badge/version-0.8.0-blue.svg?style=flat)](https://github.com/puniverse/quasar/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html)\n\n\n## Getting started\n\nAdd the following Maven/Gradle dependencies:\n\n| Feature          | Artifact\n|------------------|------------------\n| Core (required)  | `co.paralleluniverse:quasar-core:0.8.0`\n| Actors           | `co.paralleluniverse:quasar-actors:0.8.0`\n| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.8.0`\n| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.8.0`\n| Kotlin (JDK8+)   | `co.paralleluniverse:quasar-kotlin:0.8.0`\n\nOr, build from sources by running:\n\n```\n./gradlew install\n```\n\n## Usage\n\n* [Documentation](http://docs.paralleluniverse.co/quasar/)\n* [Javadoc](http://docs.paralleluniverse.co/quasar/javadoc)\n\nYou can also study the examples [here](https://github.com/puniverse/quasar/tree/master/quasar-actors/src/test/java/co/paralleluniverse/actors).\n\nYou can also read the introductory [blog post](http://blog.paralleluniverse.co/post/49445260575/quasar-pulsar).\n\nWhen running code that uses Quasar, the instrumentation agent must be run by adding this to the `java` command line:\n\n```\n-javaagent:path-to-quasar-jar.jar\n```\n\n## Related Projects\n\n* [Pulsar](https://github.com/puniverse/pulsar) is Quasar's extra-cool Clojure API\n* [Comsat](https://github.com/puniverse/comsat) integrates Quasar with the JVM's web APIs\n\n## Getting help\n\nPlease make sure to double-check the [System Requirements](http://docs.paralleluniverse.co/quasar/#system-requirements) and [Troubleshooting](http://docs.paralleluniverse.co/quasar/#troubleshooting) sections of the docs, as well as at [currently open issues](https://github.com/puniverse/quasar/issues).\n\nQuestions and suggestions are welcome at this [forum/mailing list](https://groups.google.com/forum/?fromgroups#!forum/quasar-pulsar-user).\n\nYou can also open a [new GitHub issue](https://github.com/puniverse/quasar/issues/new) especially for bug reports and feature requests but if you're not sure please first get in touch with the community through the forum/mailing list.\n\n## Contributions (including Pull Requests)\n\nPlease have a look at some brief [information for contributors](https://github.com/puniverse/quasar/blob/master/CONTRIBUTING.md).\n\n## License\n\nQuasar is free software published under the following license:\n\n```\nCopyright (c) 2013-2018, Parallel Universe Software Co. All rights reserved.\n\nThis program and the accompanying materials are dual-licensed under\neither the terms of the Eclipse Public License v1.0 as published by\nthe Eclipse Foundation\n\n  or (per the licensee's choosing)\n\nunder the terms of the GNU Lesser General Public License version 3.0\nas published by the Free Software Foundation.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuniverse%2Fquasar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuniverse%2Fquasar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuniverse%2Fquasar/lists"}