Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created May 27, 2018 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/5fd3786e7d0b3175f2c480122072b00a to your computer and use it in GitHub Desktop.
Save explorer14/5fd3786e7d0b3175f2c480122072b00a to your computer and use it in GitHub Desktop.
public interface IPipe<T>
{
Task Write(T payload);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment