Closed
Bug 552737
Opened 15 years ago
Closed 15 years ago
libevent bindings in std
Categories
(Servo Graveyard :: Rust, defect)
Servo Graveyard
Rust
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: graydon, Assigned: gal)
Details
The standard library will require very carefully arranged bindings to libevent if it's to interface well with the outside world.
Libevent is, as far as I know, the only free event-and-I/O-multiplexing library that has acceptable performance on win32 (it is completion-oriented, designed inside-out relative to poll-oriented ones), so I'm relatively keen on integrating it.
Assignee | ||
Comment 1•15 years ago
|
||
I will chat with graydon about what to do here.
Assignee: nobody → gal
Reporter | ||
Comment 2•15 years ago
|
||
Moved to issue #10 in github.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•15 years ago
|
Group: servo
You need to log in
before you can comment on or make changes to this bug.
Description
•