vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

EventDriverFiles.open - multiple declarations

Function EventDriverFiles.open

abstract deprecated FileFD open (
  string path,
  FileOpenMode mode
) nothrow @safe;

Function EventDriverFiles.open

abstract void open (
  string path,
  FileOpenMode mode,
  nothrow @safe void delegate(FileFD, OpenStatus) on_opened
) nothrow @safe;
Authors
Copyright
License