1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

add Arbiter::exec_fn and exec functions

This commit is contained in:
Nikolay Kim
2019-03-11 22:51:17 -07:00
parent 8e13ba7bce
commit f1d4bcef4b
4 changed files with 67 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-rt"
version = "0.2.0"
version = "0.2.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix runtime"
keywords = ["network", "framework", "async", "futures"]