{"id":16830147,"url":"https://github.com/mwoss/erlang-prodcons","last_synced_at":"2025-03-17T22:46:27.150Z","repository":{"id":106928848,"uuid":"116866133","full_name":"mwoss/Erlang-ProdCons","owner":"mwoss","description":"Producent and Consumer problem solved using Erlang","archived":false,"fork":false,"pushed_at":"2018-01-17T22:20:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-24T08:23:45.926Z","etag":null,"topics":["erlang","multithreading","producer-consumer","shared-memory","synchronization"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/mwoss.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-09T20:17:20.000Z","updated_at":"2018-01-10T02:35:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"a134bf07-ad08-4047-8f09-44e7220583d7","html_url":"https://github.com/mwoss/Erlang-ProdCons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwoss%2FErlang-ProdCons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwoss%2FErlang-ProdCons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwoss%2FErlang-ProdCons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwoss%2FErlang-ProdCons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwoss","download_url":"https://codeload.github.com/mwoss/Erlang-ProdCons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244121687,"owners_count":20401290,"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":["erlang","multithreading","producer-consumer","shared-memory","synchronization"],"created_at":"2024-10-13T11:37:39.305Z","updated_at":"2025-03-17T22:46:27.107Z","avatar_url":"https://github.com/mwoss.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solution for producer and consumer problem using Erlang\n\nSolution for Producer and Consumer concurrency problem using Erlang language. \nImplemented solution is based on book \"Programowanie współbieżne\" - Weiss, Gruźlewski.\n\n#### How to use:\n```\n {First, Last} = buffer:start(BUFFER_SIZE).\n consumer:start(CONSUMER_AMOUNT, Last), producer:start(PRODUCER_AMOUNT, First).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwoss%2Ferlang-prodcons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwoss%2Ferlang-prodcons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwoss%2Ferlang-prodcons/lists"}