Constructor

RBAsyncCopynew

Declaration [src]

RBAsyncCopy*
rb_async_copy_new (
  void
)

Description [src]

Creates and returns a new RBAsyncCopy instance.

Return value

Type: RBAsyncCopy

RBAsyncCopy instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.