File: NAMESPACE

package info (click to toggle)
r-cran-promises 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,064 kB
  • sloc: cpp: 45; sh: 13; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (2)
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
# Generated by roxygen2: do not edit by hand

S3method(as.promise,Future)
S3method(as.promise,default)
S3method(as.promise,promise)
S3method(format,promise)
S3method(print,promise)
export("%...!%")
export("%...>%")
export("%...T!%")
export("%...T>%")
export("%>%")
export("%T>%")
export(as.promise)
export(catch)
export(finally)
export(is.promise)
export(is.promising)
export(new_promise_domain)
export(promise)
export(promise_all)
export(promise_map)
export(promise_race)
export(promise_reduce)
export(promise_reject)
export(promise_resolve)
export(then)
export(with_promise_domain)
import(R6)
import(later)
importFrom(Rcpp,evalCpp)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
useDynLib(promises)