mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Merge branch 'don/experiment/no-release-weakref-twice' of github.com:oven-sh/bun into don/experiment/no-release-weakref-twice
This commit is contained in:
@@ -168,7 +168,7 @@ pub const VM = opaque {
|
||||
|
||||
extern fn JSC__VM__drainMicrotasks(vm: *VM) void;
|
||||
/// Drain all microtasks from the microtask queue.
|
||||
///
|
||||
///
|
||||
/// This does _not_ drain the nextTick queue. Use
|
||||
/// `JSGlobalObject.drainMicrotasks` for that.
|
||||
pub fn drainMicrotasks(
|
||||
|
||||
Reference in New Issue
Block a user