Skip to content

Commit 1966061

Browse files
authored
Merge pull request #220 from flycash/dev
解决冲突,准备合并代码
2 parents ee80839 + a2a1050 commit 1966061

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 开发中
2+
3+
# v0.0.8
4+
- [atomicx: 泛型封装 atomic.Value](https://github.com/gotomicro/ekit/pull/101)
5+
- [queue: API 定义](https://github.com/gotomicro/ekit/pull/109)
6+
- [queue: 基于堆和切片的优先级队列](https://github.com/gotomicro/ekit/pull/110)
7+
- [queue: 延时队列](https://github.com/gotomicro/ekit/pull/115)
8+
- [ekit: AnyValue 设计](https://github.com/gotomicro/ekit/pull/121)
9+
- [queue: 基于切片的并发阻塞队列和基于 CAS 的并发队列设计](https://github.com/gotomicro/ekit/pull/119)
10+
- [queue: 基于链表实现的有界/无界阻塞队列](https://github.com/gotomicro/ekit/pull/122)
11+
- [queue: ConcurrentLinkBlockingQueue重命名为ConcurrentLinkedBlockingQueue](https://github.com/gotomicro/ekit/pull/123)
212
- [syncx: sync.Cond的超时等待版,Cond.WaitWithContext(ctx)](https://github.com/ecodeclub/ekit/pull/192)
313
- [copier: ReflectCopier copier支持类型转换](https://github.com/ecodeclub/ekit/issues/197)
414
- [mapx: TreeMap 添加 Keys 和 Values 方法](https://github.com/ecodeclub/ekit/pull/181)

0 commit comments

Comments
 (0)