Pool
  • 音标:/puːl/
  • 意思:池
  • 例句Use a thread pool to manage and reuse background threads efficiently.
  • 翻译:使用线程池来高效管理和复用后台线程。
  • 补充说明:常见池包括线程池(ThreadPoolExecutor)、连接池(ConnectionPool)、位图池(BitmapPool)。