mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Redo how we poll pipes (#1496)
* Fix pipe * Handle unregistered * Fix failing test
This commit is contained in:
@@ -417,7 +417,6 @@ pub const VirtualMachine = struct {
|
||||
active_tasks: usize = 0,
|
||||
|
||||
rare_data: ?*JSC.RareData = null,
|
||||
poller: JSC.Poller = JSC.Poller{},
|
||||
us_loop_reference_count: usize = 0,
|
||||
is_us_loop_entered: bool = false,
|
||||
pending_internal_promise: *JSC.JSInternalPromise = undefined,
|
||||
|
||||
Reference in New Issue
Block a user