1
0
mirror of https://github.com/bshoshany/thread-pool.git synced 2026-07-21 19:13:00 +04:00
Files
thread-pool/.github/ISSUE_TEMPLATE/bug_report.md
T
Barak Shoshany bd4533f1f7 Updated to v5.1.0
2026-01-03 20:03:51 -05:00

938 B

name, about, title, labels
name about title labels
Bug report Found a bug? Report it here. [BUG] bug

Describe the bug

A clear and concise description of what the bug is.

Minimal working example

A short but complete program that can be compiled to reproduce the error. Paste the program between the two code fences. If it's too long or requires multiple files, attach the file(s) instead.

Behavior

What behavior did you expect to get? What actually happened? If the code failed to compile, please include the full output of the compiler.

System information

  • CPU model, architecture, # of cores and threads:
  • Operating system:
  • Name and version of C++ compiler:
  • Full command used for compiling, including all compiler flags:
  • Thread pool library version:

(Please note that only the latest version of the thread pool library is supported.)

Additional information

Include any additional information here.