-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNAMESPACE
More file actions
115 lines (114 loc) · 2.2 KB
/
Copy pathNAMESPACE
File metadata and controls
115 lines (114 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
S3method("$",miraiError)
S3method("[",mirai)
S3method("[",miraiCluster)
S3method("[",mirai_map)
S3method(conditionCall,miraiError)
S3method(conditionMessage,miraiError)
S3method(parallel::recvData,miraiNode)
S3method(parallel::recvOneData,miraiCluster)
S3method(parallel::sendData,miraiNode)
S3method(parallel::stopCluster,miraiCluster)
S3method(print,mirai)
S3method(print,miraiCluster)
S3method(print,miraiDaemons)
S3method(print,miraiError)
S3method(print,miraiInterrupt)
S3method(print,miraiLaunchCmd)
S3method(print,miraiNode)
S3method(print,mirai_map)
S3method(promises::as.promise,mirai)
S3method(promises::as.promise,mirai_map)
S3method(promises::is.promising,mirai)
S3method(promises::is.promising,mirai_map)
S3method(utils::.DollarNames,miraiError)
S3method(with,miraiDaemons)
export(.flat)
export(.progress)
export(.stop)
export(call_mirai)
export(cluster_config)
export(collect_mirai)
export(daemon)
export(daemons)
export(daemons_set)
export(everywhere)
export(host_url)
export(http_config)
export(info)
export(is_error_value)
export(is_mirai)
export(is_mirai_error)
export(is_mirai_interrupt)
export(is_mirai_map)
export(launch_local)
export(launch_remote)
export(local_daemons)
export(local_url)
export(make_cluster)
export(mirai)
export(mirai_map)
export(nextcode)
export(nextget)
export(nextstream)
export(on_daemon)
export(race_mirai)
export(register_serial)
export(remote_config)
export(require_daemons)
export(serial_config)
export(ssh_config)
export(status)
export(stop_cluster)
export(stop_mirai)
export(try_mirai)
export(unresolved)
export(with_daemons)
importFrom(nanonext,
"opt<-",
.advance,
.context,
.dispatcher_capacity,
.dispatcher_gate,
.dispatcher_info,
.dispatcher_start,
.dispatcher_stop,
.dispatcher_try_gate,
.dispatcher_wait,
.keep,
.mark,
.unresolved,
call_aio,
call_aio_,
collect_aio,
collect_aio_,
cv,
dial,
handler,
http_server,
ip_addr,
is_error_value,
mclock,
msleep,
ncurl,
nng_error,
parse_url,
pipe_notify,
race_aio,
random,
reap,
recv,
recv_aio,
request,
send,
serial_config,
socket,
stat,
stop_aio,
stop_request,
tls_config,
unresolved,
until,
wait,
write_cert
)