Skip to content

Commit 3581e73

Browse files
committed
Updated README
1 parent ac0ea73 commit 3581e73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ assert_eq!(executor.num_tasks(), 0);
6262

6363
- Uses the `smol` ecosystem
6464
- Ensure that tasks are spawned on the same thread as the one that initializes the executor
65+
66+
# Roadmap
67+
68+
- [x] TickedAsyncExecutor
69+
- [x] SplitTickedAsyncExecutor
70+
- Similar to the channel API, but spawner and ticker cannot be moved to different threads
71+
- [ ] Tracing

0 commit comments

Comments
 (0)