File: NAMESPACE

package info (click to toggle)
r-cran-later 1.1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: cpp: 1,473; ansic: 1,096; sh: 29; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by roxygen2: do not edit by hand

S3method(format,event_loop)
S3method(print,event_loop)
export(create_loop)
export(current_loop)
export(destroy_loop)
export(exists_loop)
export(global_loop)
export(later)
export(loop_empty)
export(next_op_secs)
export(run_now)
export(with_loop)
export(with_temp_loop)
import(Rcpp)
importFrom(Rcpp,evalCpp)
useDynLib(later)