vibe-core 1.0.0-alpha.4
The I/O core library of vibe.d.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
vibe.d core module
This is the designated successor of the vibe-d:core
sub package of vibe.d 0.7.x. The API is mostly compatible from a library user point of view, but the whole library has received some heavy lifting under the surface, close to a rewrite. Most classes have been replaced by reference counting structs and @safe nothrow
attributes are now used throughout the library, whenever possible. Adding @nogc
still has to be decided, because of its viral nature.
Another major design change is that instead of the previous driver model, there is now a separate, lower-level event loop abstraction (eventcore) which follows a callback based Proactor pattern. The logic to schedule fibers based on events has been pulled out of this abstraction and is now maintained as a single function, leaving to a huge improvment in terms of robustness (most issues in the previous implementation have probably never surfaced in practice, but there turned out to be lots of hidden bugs).
The development state is still heavy work-in-progress.
Progress
Feature | State |
---|---|
Task scheduling | done |
Concurrency | done |
Streams | done (may be subject to further changes) |
DNS lookup | done |
TCP connections | done |
UDP connections | WIP |
File I/O | done |
Directory watchers | done |
ManualEvent | unstable |
Path/URL types | WIP |
- Registered by Sönke Ludwig
- 1.0.0-alpha.4 released 8 years ago
- vibe-d/vibe-core
- MIT
- Copyright © 2016, rejectedsoftware e.K.
- Authors:
- Dependencies:
- eventcore
- Versions:
-
2.9.5 2024-Oct-03 2.9.4 2024-Oct-03 2.9.3 2024-Sep-13 2.9.2 2024-Sep-13 2.9.1 2024-Sep-11 - Download Stats:
-
-
249 downloads today
-
2017 downloads this week
-
9992 downloads this month
-
1661408 downloads total
-
- Score:
- 4.7
- Short URL:
- vibe-core.dub.pm