Skip to content

Comments

Adding build strategy in Mac platform.#4

Open
ken1336 wants to merge 3 commits intodydtjr1128:masterfrom
ken1336:min
Open

Adding build strategy in Mac platform.#4
ken1336 wants to merge 3 commits intodydtjr1128:masterfrom
ken1336:min

Conversation

@ken1336
Copy link
Collaborator

@ken1336 ken1336 commented Mar 14, 2020

Adding build strategy in Mac platform.

@ken1336
Copy link
Collaborator Author

ken1336 commented Mar 14, 2020

build폴더 제외하는거 까먹음ㅠ

Copy link
Owner

@dydtjr1128 dydtjr1128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove unnecessary comment!


// 메인 함수
int main(void) {
std::cout<<"Min contribute. Happy hack!"<<std::endl;
Copy link
Owner

@dydtjr1128 dydtjr1128 Mar 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this unnecessary comment :)

std::queue<std::string> text_;
std::mutex mutexTextQueue_;
std::string path;
std::ofstream outStream;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outStream_;

explicit FileWriter(std::string fileName);
~FileWriter();
void EnqueueString(std::string text);
void writeTextInFile();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WriteTextInFile();

~FileWriter();
void EnqueueString(std::string text);
void writeTextInFile();
int writeTest(std::string text);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UpperCase

void ThreadPool::EnqueueJob(std::function<void()> job) {
if (stopAllThread_) {
throw std::runtime_error("ThreadPool ��� ������");
throw std::runtime_error("ThreadPool ��� ������");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Character Encoding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants