You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* Dispatcher reimplemented as a thread for lower overhead, removing the separate dispatcher process (#581).
6
6
* Adds `capacity` argument to `daemons()` setting a memory budget (MB, metric) for queued task payloads at dispatcher, providing memory-based backpressure.
7
7
This is opt-in and `NULL` (default) is unbounded (thanks @t-kalinowski, #454).
8
-
* Adds `dispatcher_capacity()` to query current and peak queued bytes (in MB) against the `capacity` budget.
8
+
* Adds `capacity()` to query current and peak queued bytes (in MB) against the `capacity` budget.
9
9
* Adds `try_mirai()`, a non-blocking variant of `mirai()` that returns `NULL` immediately if the dispatcher's `capacity` budget is exhausted, instead of blocking.
10
10
Useful in event-loop contexts (Shiny, promises) where blocking the host R thread is unacceptable.
0 commit comments