{"id":21088103,"url":"https://github.com/juanchinovas/nativescript-native-object-pool","last_synced_at":"2026-05-10T10:16:26.330Z","repository":{"id":57308637,"uuid":"247567830","full_name":"juanchinovas/nativescript-native-object-pool","owner":"juanchinovas","description":"This is a tiny NativeScript's plugin to share objects references between threads (main and Workers)","archived":false,"fork":false,"pushed_at":"2020-10-08T22:27:18.000Z","size":3621,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-22T23:21:06.867Z","etag":null,"topics":["android","ios","nativescript","nativescript-plugin","object-pool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juanchinovas.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-03-15T23:13:25.000Z","updated_at":"2020-10-08T22:27:21.000Z","dependencies_parsed_at":"2022-08-28T23:03:35.456Z","dependency_job_id":null,"html_url":"https://github.com/juanchinovas/nativescript-native-object-pool","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/juanchinovas%2Fnativescript-native-object-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanchinovas%2Fnativescript-native-object-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanchinovas%2Fnativescript-native-object-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanchinovas%2Fnativescript-native-object-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanchinovas","download_url":"https://codeload.github.com/juanchinovas/nativescript-native-object-pool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532532,"owners_count":20306152,"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":["android","ios","nativescript","nativescript-plugin","object-pool"],"created_at":"2024-11-19T21:14:44.077Z","updated_at":"2026-05-10T10:16:21.289Z","avatar_url":"https://github.com/juanchinovas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nativescript-native-object-pool ![apple](https://cdn3.iconfinder.com/data/icons/picons-social/57/16-apple-32.png) \u0026amp;  ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)\n\nThis is a tiny NativeScript's plugin to share objects references between threads (main and Workers)\n\n\n## Installation\n\nCopy and paste the code below to add this plugin into your app:\n\n```javascript\ntns plugin add nativescript-native-object-pool\n```\n\n## Usage \n\nAll methods are statics. Just copy the import statament below and invoke the desire method.\n\t\n```typescript\nimport { NativeObjectPool } from \"nativescript-native-object-pool\";\n```\n\n## API\n\n```typescript \nclass NativeObjectPool {\n    static add(key: string, value: any): boolean;\n    static get(key: string): any;\n    static remove(key: string): boolean;\n    static removeAll(): void;\n}\n``` \n## License\n\nApache License Version 2.0, January 2004\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanchinovas%2Fnativescript-native-object-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanchinovas%2Fnativescript-native-object-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanchinovas%2Fnativescript-native-object-pool/lists"}