Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created December 28, 2018 16:45
Show Gist options
  • Save volgar1x/916de309c29dd0d02423214d14e189a5 to your computer and use it in GitHub Desktop.
Save volgar1x/916de309c29dd0d02423214d14e189a5 to your computer and use it in GitHub Desktop.
struct thread_params {
shared_ptr<Store> store;
};
struct thread_params * p = new struct thread_params;
p->store = store;
CreateThread(&initThread, p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment