Skip to content

Commit

Permalink
[doc] Add new tasks to ToDo List
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed May 26, 2024
1 parent 81ed871 commit 1133f39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ func main() {

1. Robustness: Improve the coverage of unit tests.
2. Functionality: Provide more practical functions in `functools` for manipulating `sequences` (`slice`/`array`/`string`).
3. Feature: Add concurrent programming support.
1. A flexible and light-weight event-loop mechanism.
2. A simple and light-weight Goroutine pool.
3. Concurrency Safety `map` and `slice`.
4. A structure to support chain syntax for concurrent programming just like `Promise` in `JavaScript`.
5. A structure to support behavioral control like `Proxy` in `JavaScript`.
6. A simple and light-weight `Generator` mechanism.

0 comments on commit 1133f39

Please sign in to comment.