summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2020-04-20 19:18:47 -0400
committerGitHub <noreply@github.com>2020-04-20 19:18:47 -0400
commit282b00cbe888a96669877ce70662fba87e8c0e3c (patch)
tree49482c1ffc2862e8154fe81aec5a3c24eac8ba5a /tokio-util/src/codec
parent5a548044d7bfd5d1c59d1a398d34ccbc29cbfe70 (diff)
Be more principled about when blocking is ok (#2410)
This enables `block_in_place` to be used in more contexts. Specifically, it allows you to block whenever you are off the tokio runtime (like if you are not using tokio, are in a `spawn_blocking` closure, etc.), and in the threaded scheduler's `block_on`. Blocking in `LocalSet` and the basic scheduler's` block_on` is still disallowed. Fixes #2327. Fixes #2393.
Diffstat (limited to 'tokio-util/src/codec')
0 files changed, 0 insertions, 0 deletions