File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+
1282022-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`.
You can’t perform that action at this time.
0 commit comments