public interface IThreadPool
Modifier and Type | Method and Description |
---|---|
void |
submit(Runnable r)
Submits a task to the thread pool.
|
void submit(Runnable r)
r
- Runnable task.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.