{"id":55272,"library":"ao-concurrent","title":"AO Concurrent","description":"Concurrent programming utilities for Java, providing thread-safe collections and synchronization helpers.","status":"active","version":"4.1.0","language":"java","source_language":null,"source_url":"https://github.com/ao-apps/ao-concurrent","tags":["concurrency","utilities","threading"],"install":[{"cmd":"<dependency>\n  <groupId>com.aoapps</groupId>\n  <artifactId>ao-concurrent</artifactId>\n  <version>4.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.aoapps:ao-concurrent:4.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ThreadPool","correct":"com.aoapps.concurrent.ThreadPool"}],"quickstart":{"code":"import com.aoapps.concurrent.ThreadPool;\n\npublic class Example {\n    public static void main(String[] args) {\n        ThreadPool pool = new ThreadPool(4);\n        pool.submit(() -> System.out.println(\"Task executed\"));\n        pool.shutdown();\n    }\n}","lang":"java","description":"Basic usage of AO Concurrent ThreadPool."},"warnings":[],"env_vars":null,"search_vec":"'ao':1 'collect':12 'concurr':2,3,16 'helper':15 'java':7 'program':4 'provid':8 'safe':11 'synchron':14 'thread':10,18 'thread-saf':9 'util':5,17","created_at":"2026-06-15T09:43:57.581479+00:00","updated_at":"2026-06-15T09:43:57.581479+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://oss.aoapps.com/concurrent/","github":"https://github.com/ao-apps/ao-concurrent","docs":"https://appdoc.app/artifact/com.aoapps/ao-concurrent/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}