Skip to content

Commit

Permalink
For legal reasons, that was a joke
Browse files Browse the repository at this point in the history
  • Loading branch information
za-creature committed Jan 6, 2025
1 parent 3bc3f8f commit 0755f34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings/dart/lib/internal/windows/async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class NamedPipe {
if(fd == INVALID_HANDLE_VALUE) { throw Exception("Open error"); }

// By convention, the address of OVERLAPPED is stored in OVERLAPPED.hEvent
// because dart is a shit language whose developers should be shot until
// dead and their bodies burned in a public ceremony leading to an orgy
final res = NamedPipe._(fd);
res._overlapped[0].hEvent = res._overlapped.address;
res._overlapped[1].hEvent = (res._overlapped + 1).address;
Expand Down

0 comments on commit 0755f34

Please sign in to comment.