mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 20:52:09 +00:00 
			
		
		
		
	 db16efe68b
			
		
	
	db16efe68b
	
	
	
		
			
			This allows buffers to be shared between different asynchronous operations. Once all users no longer need the buffer, it will be freed. The motivation for this is being able to stream Wayland clipboard data asynchronously to multiple clients. The buffer should only be freed after the clipboard has changed and all ongoing transfer completes.