context_bind 0.0.2

Simple M:N threading library. Should support Linux, MacOS, Free/OpenBSD, and Windows for x86/64, and aarch32/64
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
	<head>
	<title>Redirect</title>
	<script>
	function init() {window.location.href = "context_bind/index.html";}
	</script>
	</head>
	<body onload="init()">
	<a href="context_bind/index.html">redirect</a>
	</body>
</html>