Overview
-
module Async
-
module Actor
-
class Proxy
Represents an asynchronous proxy that wraps an object and executes its methods in a separate thread.
-
class Finalizer
Handles cleanup of proxy resources when the proxy is garbage collected.
-
-
-