Skip to content

Instantly share code, notes, and snippets.

@eferm
Created April 12, 2011 13:55
Show Gist options
  • Select an option

  • Save eferm/915526 to your computer and use it in GitHub Desktop.

Select an option

Save eferm/915526 to your computer and use it in GitHub Desktop.
/** A job for the writer thread. */
struct write_job {
char* buf;
std::pair <int, int>* slot;
bool* finished;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment