Commit Graph

4 Commits

Author SHA1 Message Date
Maxim Vorobjov a37c3fb00b
Merge branch 'master' of https://github.com/actix/actix-net into unsafe-cell 2020-06-26 18:48:30 +03:00
Taiki Endo 9528df4486 Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Maksym Vorobiov 1efafd4d02 convert AndThen to use RefCell 2020-03-05 18:26:20 +02:00
Maxim Vorobjov 4d37858fc6
Benchmarks for actix-service: focused around UnsafeCell usage (#98)
* add benchmark comparing unsafecell vs refcell

* fix syntax

* add benches for and_then implementation options

* repeat benches to stabilize
2020-02-26 16:45:23 +09:00