Skip to content

Commit bd4c094

Browse files
committed
add todo
1 parent 97a8e1a commit bd4c094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ fmt.Println(element)
356356
```
357357

358358
# TODO
359-
360-
实现阻塞栈,因为仅当多个协程操作同一个栈时才需要考虑阻塞的情况,所以阻塞栈都是线程安全的。
359+
- 为Stack实现JSON序列化接口
360+
- 实现阻塞栈,因为仅当多个协程操作同一个栈时才需要考虑阻塞的情况,所以阻塞栈都是线程安全的。
361361

362362

363363

0 commit comments

Comments
 (0)