Removing verbose logging
This commit is contained in:
@@ -101,7 +101,7 @@ namespace daggy {
|
||||
/*
|
||||
In cases where there are many tasks ready to execute,
|
||||
the blocking nature of executor_.execute(...) means
|
||||
that tasks will get executed and the futures resolve,
|
||||
that tasks will get executed and the futures resolved,
|
||||
but we won't know until all pending tasks are enqueued.
|
||||
|
||||
To avoid this, submit at most MAX_SUBMITS tasks before
|
||||
|
||||
Reference in New Issue
Block a user