This commit is contained in:
Sönke Ludwig 2020-05-11 17:08:51 +02:00
parent 8c2790c66e
commit a27abdb956

View file

@ -350,7 +350,6 @@ final class PosixEventDriverPipes(Loop : PosixEventLoop) : EventDriverPipes {
@system {
return m_loop.rawUserDataImpl(fd, size, initialize, destroy);
}
>>>>>>> 568465d... Make the API robust against using invalid handles. Fixes #105.
}
final class DummyEventDriverPipes(Loop : PosixEventLoop) : EventDriverPipes {