* Places one value in the queue when possible without needing the fiber runtime.
(value: A)
| 111 | * Places one value in the queue when possible without needing the fiber runtime. |
| 112 | */ |
| 113 | unsafeOffer(value: A): boolean |
| 114 | |
| 115 | /** |
| 116 | * For Bounded Queue: uses the `BackPressure` Strategy, places the values in |
no outgoing calls