Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
image_pushasynch(3)	   Library Functions Manual	   image_pushasynch(3)

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

SYNOPSIS
       nil
       image_pushasynch( vid )

NOTES
       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:  im-
	      age

EXAMPLE
       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

SEE ALSO:
       load_image_asynch(3) load_image(3)

Arcan Lua API			  April	2025		   image_pushasynch(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=image_pushasynch&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help