mirror of
https://github.com/bshoshany/thread-pool.git
synced 2026-07-21 19:13:00 +04:00
22 lines
402 B
Markdown
22 lines
402 B
Markdown
---
|
|
name: Feature request
|
|
about: Want a new feature? Suggest it here.
|
|
title: "[REQ]"
|
|
labels: enhancement
|
|
---
|
|
|
|
**Describe the new feature**
|
|
|
|
A clear and concise description of the feature you want.
|
|
|
|
**Code example**
|
|
|
|
An example of code that utilizes the suggested feature. Paste or write it between the two code fences.
|
|
|
|
```cpp
|
|
```
|
|
|
|
**Additional information**
|
|
|
|
Include any additional information here.
|