{"id":28000650,"url":"https://github.com/sysprog21/concurrency-primer","last_synced_at":"2025-05-08T23:54:03.723Z","repository":{"id":230976496,"uuid":"780630570","full_name":"sysprog21/concurrency-primer","owner":"sysprog21","description":"Concurrency Primer","archived":false,"fork":false,"pushed_at":"2024-08-01T06:42:42.000Z","size":345,"stargazers_count":94,"open_issues_count":4,"forks_count":13,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-08T23:53:58.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysprog21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-04-01T21:40:48.000Z","updated_at":"2025-04-29T09:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2770858-8b5b-4dc8-985e-44f48beec3b7","html_url":"https://github.com/sysprog21/concurrency-primer","commit_stats":null,"previous_names":["sysprog21/concurrency-primer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fconcurrency-primer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fconcurrency-primer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fconcurrency-primer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fconcurrency-primer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysprog21","download_url":"https://codeload.github.com/sysprog21/concurrency-primer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166486,"owners_count":21864471,"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":[],"created_at":"2025-05-08T23:54:03.082Z","updated_at":"2025-05-08T23:54:03.661Z","avatar_url":"https://github.com/sysprog21.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concurrency Primer\n\nThis repository contains the LaTeX source for a pretentiously-named,\nbut hopefully concise,\nintroduction to low-level concurrency.\n\n## How do I build it?\n\nInstall a modern, Unicode-aware LaTeX, such as LuaLaTeX.\nOn Linux, this is usually as simple as installing the system TeX Live package, e.g., `texlive-base` or `texlive-core`.\nThe same package should also provide the `latexmk` script. (See below)\n\nInstall [pygments](http://pygments.org/), a Python syntax highlighter.\nThis is used by the LaTeX package [minted](https://ctan.org/tex-archive/macros/latex/contrib/minted/) to handle our syntax highlighting.\n\nBuild the document using\n```shell\n$ make\n```\n\nNote that `latexmk` will run LuaLaTeX multiple times, since TeX generates cross references in one pass, then links them in a second.\n\nIf you can't use `latexmk` for some reason, you can manually invoke\n```shell\n$ lualatex -halt-on-error -shell-escape concurrency-primer.tex\n```\nuntil it no longer warns, \"Label(s) may have changed. Rerun to get cross-references right.\"\n\nEnjoy a typeset `concurrency-primer.pdf`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fconcurrency-primer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysprog21%2Fconcurrency-primer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fconcurrency-primer/lists"}