Skip to content

Instantly share code, notes, and snippets.

View wookiist's full-sized avatar
:octocat:
Keep Practicing

Jaewook Oh wookiist

:octocat:
Keep Practicing
View GitHub Profile
🌞 Morning 73 commits ████▍░░░░░░░░░░░░░░░░ 21.2%
🌆 Daytime 182 commits ███████████░░░░░░░░░░ 52.8%
🌃 Evening 87 commits █████▎░░░░░░░░░░░░░░░ 25.2%
🌙 Night 3 commits ▏░░░░░░░░░░░░░░░░░░░░ 0.9%
@wookiist
wookiist / thread_test.cpp
Last active January 15, 2020 13:46
thread testing
#include <iostream>
#include <thread>
void foo()
{
// do stuff ...
}
void bar(int x)
{