-
Notifications
You must be signed in to change notification settings - Fork 22
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
1 parent
d360fd7
commit 1730eac
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vibe-core
updated
11 files
+10 −0 | .editorconfig | |
+32 −0 | CHANGELOG.md | |
+13 −4 | source/vibe/core/concurrency.d | |
+63 −7 | source/vibe/core/connectionpool.d | |
+9 −7 | source/vibe/core/core.d | |
+5 −1 | source/vibe/core/file.d | |
+66 −50 | source/vibe/core/net.d | |
+13 −9 | source/vibe/core/parallelism.d | |
+2 −0 | source/vibe/core/sync.d | |
+22 −6 | source/vibe/core/task.d | |
+23 −28 | source/vibe/core/taskpool.d |