It’s a library for communication with the clipboard of the OS in asynchronous way.

Check it out on GitHub 

  • It gives async/await syntax to communicate with Windows clipboard API’s.
  • It gives lower (binary) level read & write access to strings in clipboard than .NET implementation.
  • Implements retry strategies to connect to the clipboard when it’s locked.