aceld / aceld/zinx

异步问题

Open
#281 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
7.8k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

**async_op_result.go**
if aor.hasReturnedObj == 1 {
aor.doComplete()
}
改为
if atomic.LoadInt32(&aor.hasReturnedObj) == 1 {
aor.doComplete()
}
会不会更好

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.