-
Notifications
You must be signed in to change notification settings - Fork 307
Expand file tree
/
Copy pathNOTICE
More file actions
57 lines (51 loc) · 2.86 KB
/
NOTICE
File metadata and controls
57 lines (51 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
========================================================
async_simple
Copyright (c) 2019-2022, Alibaba Group Holding Limited
Licensed under the Apache License, Version 2.0
===================================================================
This product contains various third-party components under other open source licenses.
This section summarizes those components and their licenses.
Apache Software Foundation License 2.0
--------------------------------------
async_simple/MoveWrapper.h
async_simple/Try.h
async_simple/uthread/internal/thread.cc
async_simple/uthread/internal/thread.h
async_simple/uthread/internal/thread_impl.h
Apache-2.0 WITH LLVM-exception
--------------------------------------
async_simple/experimental/coroutine.h
Boost Software License, Version 1.0
--------------------------------------
async_simple/uthread/internal/Darwin/x86_64/jump_x86_64_sysv_macho_gas.S
async_simple/uthread/internal/Darwin/x86_64/ontop_x86_64_sysv_macho_gas.S
async_simple/uthread/internal/Darwin/x86_64/make_x86_64_sysv_macho_gas.S
async_simple/uthread/internal/Darwin/arm64/ontop_arm64_aapcs_macho_gas.S
async_simple/uthread/internal/Darwin/arm64/make_arm64_aapcs_macho_gas.S
async_simple/uthread/internal/Darwin/arm64/jump_arm64_aapcs_macho_gas.S
async_simple/uthread/internal/Linux/ppc64le/jump_ppc64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/ppc64le/make_ppc64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/ppc64le/ontop_ppc64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/x86_64/make_x86_64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/x86_64/jump_x86_64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/x86_64/ontop_x86_64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/aarch64/jump_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/Linux/aarch64/ontop_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/Linux/aarch64/make_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/Linux/riscv64/jump_riscv64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/riscv64/make_riscv64_sysv_elf_gas.S
async_simple/uthread/internal/Linux/riscv64/ontop_riscv64_sysv_elf_gas.S
async_simple/uthread/internal/Windows/AMD64/ontop_x86_64_ms_pe_masm.asm
async_simple/uthread/internal/Windows/AMD64/make_x86_64_ms_pe_masm.asm
async_simple/uthread/internal/Windows/AMD64/jump_x86_64_ms_pe_masm.asm
MIT LICENSE
--------------------------------------
async_simple/coro/Mutex.h
demo_example/asio
----------------------------------
Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
===================================================================
The Future/Promise, Lazy and other components in this library borrow various ideas from folly.
The http in demo_example borrows ideas from the example in the asio library, too.