Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
53cd47e1
Commit
53cd47e1
authored
Jul 25, 2018
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove un needed declaration from thread_pool
parent
ce5c1c24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
include/spdlog/details/thread_pool.h
include/spdlog/details/thread_pool.h
+1
-2
tests/.vs/tests/v15/Browse.VC.db
tests/.vs/tests/v15/Browse.VC.db
+0
-0
tests/.vs/tests/v15/ipch/AutoPCH/945b5b8b65520f8e/ERRORS.ipch
...s/.vs/tests/v15/ipch/AutoPCH/945b5b8b65520f8e/ERRORS.ipch
+0
-0
No files found.
include/spdlog/details/thread_pool.h
View file @
53cd47e1
...
...
@@ -108,8 +108,7 @@ class thread_pool
{
public:
using
item_type
=
async_msg
;
using
q_type
=
details
::
mpmc_blocking_queue
<
item_type
>
;
using
clock_type
=
std
::
chrono
::
steady_clock
;
using
q_type
=
details
::
mpmc_blocking_queue
<
item_type
>
;
thread_pool
(
size_t
q_max_items
,
size_t
threads_n
)
:
q_
(
q_max_items
)
...
...
tests/.vs/tests/v15/Browse.VC.db
0 → 100644
View file @
53cd47e1
File added
tests/.vs/tests/v15/ipch/AutoPCH/945b5b8b65520f8e/ERRORS.ipch
0 → 100644
View file @
53cd47e1
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment