Cargo Features

Arta-tokio has no features set by default.

[dependencies]
arta-tokio = { version = "0.2.1", features = ["full", "time", "net", "fs", "rt", "process"] }
full = fs, net, process, rt, time
time full?

Enables time of tokio

net full?

Enables net of tokio

Affects arta-tokio::net

fs full?

Enables fs of tokio

Affects arta-tokio::fs

rt full?

Enables rt of tokio

tokio:

Includes basic task execution capabilities

Affects arta-tokio::task

process full?

Enables process of tokio

Affects arta-tokio::process