File: args_not_send.rs

package info (click to toggle)
rust-async-recursion 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
use async_recursion::async_recursion;

#[async_recursion(?Send)]
async fn no_send_bound() {}