Lines Matching refs:progress
48 …/// This operation is incompatible with another asynchronous operation that is already in progress.
57 not-in-progress,
241 /// - `bind-in-progress`
243 /// - `listen-in-progress`
245 /// - `connect-in-progress`
253 /// (i.e. `bound`, `listen-in-progress`, `listening`, `connect-in-progress` or `connected`)
279 /// - `not-in-progress`: A `bind` operation is not in progress.
280 …/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLO…
327 /// - `not-in-progress`: A connect operation is not in progress.
328 …/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLO…
359 /// - `not-in-progress`: A listen operation is not in progress.
360 …/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLO…
453 …/// - `invalid-state`: (set) The socket is in the `connect-in-progress` or `connected` stat…
547 /// in progress at the time of calling `subscribe` (if any). Theoretically,
669 /// - `not-in-progress`: A `bind` operation is not in progress.
670 …/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLO…