mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 15:07:00 -05:00
Expose TaskBase and TaskImpl
This commit is contained in:
parent
aca89c2055
commit
db33bc9aec
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ pub use object::*;
|
|||
pub use platform::new_default_platform;
|
||||
pub use platform::Platform;
|
||||
pub use platform::Task;
|
||||
// TODO(ry) TaskBase and TaskImpl ideally shouldn't be part of the public API.
|
||||
pub use platform::TaskBase;
|
||||
pub use platform::TaskImpl;
|
||||
pub use primitive_array::PrimitiveArray;
|
||||
pub use primitives::*;
|
||||
pub use promise::{PromiseRejectEvent, PromiseRejectMessage, PromiseState};
|
||||
|
|
Loading…
Reference in a new issue