Skip to content

Concurrent Software

← Back to Domain-Specific Abstractions by Domain

1 domain-specific abstractions whose origin domain is Concurrent Software.

  • Thread pool — A concurrency pattern that reuses a bounded set of worker threads to execute tasks drawn from a queue instead of creating a new thread for every task.