Update README.
This commit is contained in:
parent
72913575f4
commit
dae1ca71b5
|
@ -5,8 +5,9 @@ This is the designated successor of the `vibe-d:core` sub package of [vibe.d 0.7
|
|||
|
||||
Another major design change is that instead of the previous driver model, there is now a separate, lower-level event loop abstraction ([eventcore](https://github.com/vibe-d/eventcore.git)) 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 implementation is mostly finished, except for final production testing and a final review of the stream API. Also, eventcore is still missing WinAPI and kqueue implementations.
|
||||
The implementation is mostly finished, except for final production testing.
|
||||
|
||||
[![DUB Package](https://img.shields.io/dub/v/vibe-core.svg)](https://code.dlang.org/packages/vibe-core)
|
||||
[![Build Status](https://travis-ci.org/vibe-d/vibe-core.svg?branch=master)](https://travis-ci.org/vibe-d/vibe-core)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue