{"id":23564186,"url":"https://github.com/selectel/timeout","last_synced_at":"2025-11-01T20:30:31.916Z","repository":{"id":8605507,"uuid":"10244192","full_name":"selectel/timeout","owner":"selectel","description":"Simple interface for 'IO' time operations","archived":false,"fork":false,"pushed_at":"2013-05-23T21:30:10.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-26T17:13:11.833Z","etag":null,"topics":["community","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/selectel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-23T13:20:28.000Z","updated_at":"2021-11-19T14:29:25.000Z","dependencies_parsed_at":"2022-09-18T15:50:26.413Z","dependency_job_id":null,"html_url":"https://github.com/selectel/timeout","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/selectel%2Ftimeout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Ftimeout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Ftimeout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Ftimeout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selectel","download_url":"https://codeload.github.com/selectel/timeout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239323667,"owners_count":19620058,"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":["community","haskell"],"created_at":"2024-12-26T17:13:15.572Z","updated_at":"2025-11-01T20:30:31.875Z","avatar_url":"https://github.com/selectel.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"timeout [![Build Status][travis-img]][travis]\n=======\n\n[travis]: http://travis-ci.org/selectel/timeout\n[travis-img]: https://secure.travis-ci.org/selectel/timeout.png\n\nExample\n-------\n\n```haskell\nmodule Main where\n\nimport Control.Timeout (timeout, sleep)\n\nmain :: IO ()\nmain = do\n    timeout 1 $ sleep 2  -- Will return IO Nothing\n    timeout 2 $ sleep 1  -- Will return IO (Just ())\n    return ()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectel%2Ftimeout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselectel%2Ftimeout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectel%2Ftimeout/lists"}