# LibTmux::Async::Scope.new

- **Module:** LibTmux::Async::Scope
- **Package:** libtmux-async
- **Language:** Ruby
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-ruby/blob/c6d9d21771828e583692ca899ed817f9640d6a55/gems/libtmux-async/lib/libtmux/async/scope.rb#L13
- **Page:** https://libtmux.org/en/ruby/latest/reference/libtmux-async-scope-new/

```
LibTmux::Async::Scope.new(parent: untyped, server: ::LibTmux::Server, concurrency: ::Integer = nil, max_requests: ::Integer = nil, max_controls: ::Integer = nil, max_queue_bytes: ::Integer = nil, max_output_bytes: ::Integer = nil, stdout_limit: ::Integer = nil, stderr_limit: ::Integer = nil, input_limit: ::Integer = nil, argv_limit: ::Integer = nil, cleanup_timeout: ::Numeric = nil, drain_timeout: ::Numeric = nil) -> ::LibTmux::Async::Scope
```

Behavior: Async scope.

Behavior contract: Async scope.
