I hereby claim:
- I am Hackerchai on github.
- I am hackerchai (https://keybase.io/hackerchai) on keybase.
- I have a public key whose fingerprint is C8F8 CE8A 31B9 CB55 9D8A 555B 8D63 4277 16F4 A85A
To claim this, I am signing this object:
package com.hackerchai.rapid.Thread; | |
/** | |
* Created by hackerchai on 15-2-5. | |
*/ | |
import java.io.BufferedReader; | |
import java.io.BufferedWriter; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.io.OutputStreamWriter; |
I hereby claim:
To claim this, I am signing this object:
First/Last Name: Yi sheng Chai
Email: [email protected]
School/University: Chongqing University
Open this in Axiom REPL →
Open this in Axiom REPL →
package main | |
import ( | |
"sync" | |
"sync/atomic" | |
"testing" | |
) | |
// AtomicSafeString implements thread-safe string operations using atomic.Value | |
type AtomicSafeString struct { |