-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
286 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,25 +8,24 @@ In development: | |
=== Iteration 31 (5.9) === | ||
-------------------------------------- | ||
dev: | ||
- thread pool | ||
- async programming (Task, Task<T>, object field (similar to Event), WaitHandle, AsyncLocal<T>, ThreadStatic, ExecutionContext, SynchronizationContext) | ||
- upndown (connector) | ||
- chat: add mutex (see dpa_queue) | ||
- Thread<T> template | ||
- #496 | ||
gen: | ||
- lpad : generate a code based on a record | ||
maint: | ||
- #679 | ||
- set up automatic tests | ||
port: | ||
- #658 : connect with ldbg from VSCode | ||
prom: posting weekly | ||
-------------------------------------- | ||
* x86-64 : mta - test | ||
* x86-64 : mta - corex | ||
* thread pool | ||
* x86-64 : mta - gc_collect | ||
-------------------------------------- | ||
* #679 | ||
* ThreadLocal<T> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
arakov
Author
Member
|
||
|
||
=== Iteration 32 === | ||
-------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is like the C# Task ?
Task<T>
?