cupchan 0.1.1

Simple async overwriting channel between two threads that is wait & block free by swapping cups around
Documentation
1
2
3
4
5
6
7
8
{
	inputs = {
		nixCargoIntegration.url = "github:yusdacra/nix-cargo-integration";
	};
	outputs = inputs: inputs.nixCargoIntegration.lib.makeOutputs {
		root = ./.;
	};
}