changed namespace
This commit is contained in:
parent
3924c21af1
commit
da61cdaca8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
export module Crafter.Thread:ThreadPool;
|
||||
import std;
|
||||
|
||||
namespace Crafter::Thread {
|
||||
namespace Thread {
|
||||
struct ThreadStorage {
|
||||
std::vector<std::function<void(void)>> tasks;
|
||||
std::vector<std::function<void(void)>> buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue