MCPcopy Index your code
hub / github.com/endbasic/endbasic / with_async

Method with_async

core/src/callable.rs:484–487  ·  view source on GitHub ↗

Sets whether this callable requires asynchronous dispatch.

(mut self, is_async: bool)

Source from the content-addressed store, hash-verified

482
483 /// Sets whether this callable requires asynchronous dispatch.
484 pub fn with_async(mut self, is_async: bool) -> Self {
485 self.is_async = is_async;
486 self
487 }
488
489 /// Sets the syntax specifications for this callable.
490 pub fn with_syntax(

Callers 10

newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by 1

newMethod · 0.64