I hereby claim:
- I am duaneg on github.
- I am duaneg (https://keybase.io/duaneg) on keybase.
- I have a public key ASCXDmRB_7A2Rjz4W0RDPH2J6fABHtO9DnSVLpPfsJPp2go
To claim this, I am signing this object:
| import threading | |
| import time | |
| x = "abc" | |
| end = threading.Event() | |
| def alloc(): | |
| global x | |
| while not end.is_set(): |
I hereby claim:
To claim this, I am signing this object:
| #*********************************************************************** | |
| # | |
| # Build system module framework | |
| # | |
| # Copyright (c) 2014 Process Systems Enterprise Ltd | |
| # | |
| # Licensed under GPL v3+ | |
| # | |
| # This makefile provides definitions which allow use of a modular build system, | |
| # where "module" makefiles are isolated from each other. Variables defined in a |