{"id":13507479,"url":"https://github.com/exstruct/etude","last_synced_at":"2026-02-19T08:03:04.723Z","repository":{"id":30681854,"uuid":"34237728","full_name":"exstruct/etude","owner":"exstruct","description":"futures for elixir/erlang","archived":false,"fork":false,"pushed_at":"2016-10-28T18:45:28.000Z","size":201,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-15T20:51:48.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/etude","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exstruct.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-20T04:24:23.000Z","updated_at":"2024-06-27T12:12:22.000Z","dependencies_parsed_at":"2022-09-04T00:30:19.948Z","dependency_job_id":null,"html_url":"https://github.com/exstruct/etude","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exstruct/etude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exstruct%2Fetude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exstruct%2Fetude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exstruct%2Fetude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exstruct%2Fetude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exstruct","download_url":"https://codeload.github.com/exstruct/etude/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exstruct%2Fetude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29608152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"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-08-01T02:00:34.743Z","updated_at":"2026-02-19T08:03:04.688Z","avatar_url":"https://github.com/exstruct.png","language":"Elixir","funding_links":[],"categories":["Build Tools"],"sub_categories":[],"readme":"etude [![Build Status](https://travis-ci.org/exstruct/etude.png?branch=master)](https://travis-ci.org/exstruct/etude) [![Hex.pm](https://img.shields.io/hexpm/v/etude.svg)](https://hex.pm/packages/etude)\n====\n\nfutures for elixir/erlang\n\n## Example\n\n```elixir\n1..50\n|\u003e Enum.map(fn(i) -\u003e\n  fn -\u003e\n    # some expensive operation\n    i\n  end\n  |\u003e Etude.async()\n  |\u003e Etude.retry(1) # retry once if it fails\nend)\n|\u003e Etude.join(10) # concurrency of 10\n|\u003e Etude.map(\u0026Enum.sum/1)\n|\u003e Etude.fork!()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexstruct%2Fetude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexstruct%2Fetude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexstruct%2Fetude/lists"}