Print Queues
A print queue that can be add from different thread and print on main thread
Usage
Simple Usage
print_one;
/*
"GG"
*/
print_one;
/*
"Hello, World!"
*/
Thread Usage
A print queue that can be add from different thread and print on main thread
print_one;
/*
"GG"
*/
print_one;
/*
"Hello, World!"
*/