Skip to content

Commit

Permalink
add iouring constant (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored Nov 20, 2024
1 parent a60d9c4 commit 38db5d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ class Constant

public const OPTION_IOURING_ENTRIES = 'iouring_entries';

public const OPTION_IOURING_WORKERS = 'iouring_workers';

public const OPTION_IOURING_FLAG = 'iouring_flag';

public const OPTION_ENABLE_SIGNALFD = 'enable_signalfd';

public const OPTION_WAIT_SIGNAL = 'wait_signal';
Expand Down

0 comments on commit 38db5d0

Please sign in to comment.