-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
68 lines (67 loc) · 1.54 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(all_indices,environment)
S3method(all_indices,list)
S3method(channel,"function")
S3method(channel,default)
S3method(compile,coroutine)
S3method(debugAsync,coroutine)
S3method(format,channel)
S3method(format,coroutine)
S3method(getEntry,coroutine)
S3method(getPump,async)
S3method(getPump,generator)
S3method(getPump,stream)
S3method(getReturn,coroutine)
S3method(getReturn,stream)
S3method(getStartSet,async)
S3method(getStartSet,coroutine)
S3method(getStartSet,generator)
S3method(getStartSet,stream)
S3method(getStop,coroutine)
S3method(getStop,stream)
S3method(is.channel,channel)
S3method(is.channel,default)
S3method(make_graph,coroutine)
S3method(nextThen,channel)
S3method(print,channel)
S3method(print,coroutine)
S3method(promises::as.promise,channel)
S3method(reconstitute,async)
S3method(reconstitute,generator)
S3method(reconstitute,stream)
S3method(subscribe,channel)
S3method(summary,async)
S3method(summary,coroutine)
S3method(summary,generator)
S3method(summary,stream)
export(async)
export(await)
export(awaitNext)
export(channel)
export(collect)
export(collector)
export(combine)
export(debugAsync)
export(delay)
export(gather)
export(gen)
export(goto)
export(graphAsync)
export(is.channel)
export(iteror)
export(nextOr)
export(nextThen)
export(pausables)
export(run)
export(stream)
export(subscribe)
export(yield)
export(yieldFrom)
import(later)
import(nseval)
import(promises)
import(testthat)
import(utils)
importFrom(iterors,iteror)
importFrom(iterors,nextOr)
importFrom(methods,substituteDirect)