Gee.Future – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
Future
exception
ready
value
FlatMapFunc
LightMapFunc
MapFunc
ZipFunc
flat_map
light_map
light_map_broken
map
wait
wait_async
wait_until
zip
Future
Object Hierarchy:
Description:
[
GenericAccessors
]
public
interface
Future
<
G
> :
Object
Namespace:
Gee
Package:
gee-0.8
Content:
Properties:
public
abstract
Error
?
exception
{
get
; }
public
abstract
bool
ready
{
get
; }
public
virtual
G
value
{
get
; }
Delegates:
public
delegate
Future
<
A
>
FlatMapFunc
(
G
value)
public
delegate
weak
A
LightMapFunc
(
G
value)
public
delegate
A
MapFunc
(
G
value)
public
delegate
C
ZipFunc
(
A
a,
B
b)
Methods:
public
virtual
Future
<
A
>
flat_map
<
A
> (
owned
FlatMapFunc
<
A
,
G
> func)
public
virtual
Future
<
A
>
light_map
<
A
> (
owned
LightMapFunc
<
A
,
G
> func)
public
virtual
Future
<
A
>
light_map_broken
<
A
> (
LightMapFunc
<
A
,
G
> func)
public
virtual
Future
<
A
>
map
<
A
> (
owned
MapFunc
<
A
,
G
> func)
public
abstract
weak
G
wait
()
throws
FutureError
public
abstract
async
weak
G
wait_async
()
throws
FutureError
public
abstract
bool
wait_until
(
int64
end_time,
out
G
value =
null
)
throws
FutureError
public
virtual
Future
<
B
>
zip
<
A
,
B
> (
owned
ZipFunc
<
G
,
A
,
B
> zip_func,
Future
<
A
> second)
Inherited Members:
All known members inherited from class GLib.Object
interface_find_property
interface_install_property
interface_list_properties
@new
new_valist
newv
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
@get
get_class
get_data
get_property
get_qdata
get_type
is_floating
notify_property
@ref
ref_sink
replace_data
replace_qdata
remove_toggle_ref
remove_weak_pointer
@set
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
notify
ref_count