Skip to content

Commit 19e8eaa

Browse files
committed
Update ChangeLog for Release1.1
1 parent 3dc11d8 commit 19e8eaa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2023-4-23 Release Notes
2+
* 1.1 Released
3+
* SimpleExecutor will execute all the scheduled task before destructing
4+
* `co_awit` a lvalue Future is deprected now. We should move the future explicitly before `co_awit`.
5+
* Use std::variant instead of union in Try
6+
* Provided future<void> and promise<void>
7+
* Added `value()` and `index()` interfaces to `CollectAnyResult`
8+
* Added `future::then` interface
9+
* Added `coro::Latch`
10+
* Added `coro::Semaphore`
11+
* Added Generator
12+
* Added start_switch_fiber and finish_switch_fiber for uthread to enable address sanitizer
13+
* Force RescheduleLazy to be allowed in DetachedCoroutine only
14+
* Added C++20 modules support
15+
* Added the second version of uthread::async
16+
* Added Mutex benchmark
17+
* Added SpinLock benchmark
18+
* Added multiple core echo server example
19+
* Added AsioCallbackAwaiter
20+
* Added ppc64_le support for uthread
21+
* Improved bazel support
22+
* Added support for macos
23+
* Added support for windows
24+
* Added ubuntu and centos7 Dockerfile
25+
* Fixed several compile failures
26+
27+
128
2022-11-11
229
* SimpleExecutor will execute all the scheduled task before destructing
330
* `co_awit` a lvalue Future is deprected now. We should move the future explicitly before `co_awit`.

0 commit comments

Comments
 (0)