GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
image_pushasynch(3) FreeBSD Library Functions Manual image_pushasynch(3)

image_pushasynch - Blocks on an asynchronous load operation until it has completed.

nil
image_pushasynch( vid )

1
Since the exact point where an asynch image is transformed to an image type isn't known in advance, this operation is allowed, but doesn't perform any internal state changes for arguments other than VID s in an asynchronous loading state. @group: image

function image_pushasynch0()
      b = load_image_asynch("test_big.png");
      a = load_image_asynch("test_small.png");
      show_image({a, b});
      image_pushasynch(a);
end

load_image_asynch(3) load_image(3)

June 2022 Arcan Lua API

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.