thread-register
A library for obtaining and modifying thread register.
Example
// Get thread register value
let val = get;
// Set thread register value
unsafe ;
A library for obtaining and modifying thread register.
// Get thread register value
let val = get;
// Set thread register value
unsafe ;