Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::runtime::common - Rust
[go: Go Back, main page]

Module common

Source

Structs§

SpawnedTask
Helper that provides a simple API to spawn a single task and join it. Provides guarantees of aborting on Drop to keep it cancel-safe. Note that if the task was spawned with spawn_blocking, it will only be aborted if it hasn’t started yet.