{"id":67210,"library":"concurrentunit","title":"ConcurrentUnit","description":"Toolkit for testing multi-threaded and asynchronous applications.","status":"active","version":"0.4.6","language":"java","source_language":null,"source_url":"https://github.com/jhalterman/concurrentunit","tags":["testing","concurrency","async"],"install":[{"cmd":"<dependency>\n  <groupId>net.jodah</groupId>\n  <artifactId>concurrentunit</artifactId>\n  <version>0.4.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.jodah:concurrentunit:0.4.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Waiter","correct":"net.jodah.concurrentunit.Waiter"}],"quickstart":{"code":"import net.jodah.concurrentunit.Waiter;\n\npublic class Example {\n    public static void main(String[] args) throws Throwable {\n        Waiter waiter = new Waiter();\n        new Thread(() -> {\n            waiter.resume();\n        }).start();\n        waiter.await(1000);\n    }\n}","lang":"java","description":"Use Waiter to synchronize threads in tests."},"warnings":[],"env_vars":null,"search_vec":"'applic':10 'async':13 'asynchron':9 'concurr':12 'concurrentunit':1 'multi':6 'multi-thread':5 'test':4,11 'thread':7 'toolkit':2","created_at":"2026-06-17T17:34:15.193245+00:00","updated_at":"2026-06-17T17:34:15.193245+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://github.com/jhalterman/concurrentunit","github":"https://github.com/jhalterman/concurrentunit","docs":"https://appdoc.app/artifact/net.jodah/concurrentunit/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}